diff --git a/sys0-code/app/overview.php b/sys0-code/app/overview.php index 6ac40b9..d0fc286 100644 --- a/sys0-code/app/overview.php +++ b/sys0-code/app/overview.php @@ -80,6 +80,7 @@ function load_user() $class_name=""; mysqli_stmt_bind_result($stmt, $class_name); $_SESSION["class"]=$class_name; + $_SESSION["class_id"]=$class_id; } ?>