From 0fea2bebfd2b57549ffde52e8407a340436c7254 Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:09:37 +0000 Subject: [PATCH] Update overview.php --- sys0-code/app/overview.php | 1 + 1 file changed, 1 insertion(+) 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; } ?>