diff --git a/Admin.php b/Admin.php index af7a6ce..c393e9a 100644 --- a/Admin.php +++ b/Admin.php @@ -78,7 +78,7 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") { if ($_SESSION['user_type'] == "Lecturer") { echo ' TA (Teaching Assistant) '; } else if ($_SESSION['user_type'] == "Admin"){ - echo " Lecturer "; + echo " Lecturer "; } ?>