From eea3e14c8fd2feccddb6be50d25f4ceceaa5418b Mon Sep 17 00:00:00 2001 From: AL BOROM WARD <3279308836@qq.com> Date: Wed, 24 Nov 2021 02:55:08 +0800 Subject: [PATCH] Added the line that have been deleted in the last pull request, I made there was a line of code that have been accidentally deleted from script.php page, I added it back to there. --- Script.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Script.php b/Script.php index 553ab63..00fcbcf 100644 --- a/Script.php +++ b/Script.php @@ -75,6 +75,7 @@ if (!empty($_POST["frm_signup_2"])) { $_SESSION['user_fullname'] = $fullname; $_SESSION['user_type'] = "Student"; $_SESSION['user_email'] = $email; + $_SESSION['user_student_id'] = $student_id; // check confirmed password if (strcasecmp($password, $confirmpassword) != 0) {