diff --git a/Admin.php b/Admin.php index 0ca1453..1c29bcd 100644 --- a/Admin.php +++ b/Admin.php @@ -44,7 +44,7 @@ if ($_SESSION['user_type'] != "Lecturer" || $_SESSION['user_type'] != "Admin") { echo "TA Accounts
" ; } - else if(($_SESSION['user_type'] == "Admin")){ + else if($_SESSION['user_type'] == "Admin"){ echo "

Lecturer Account Management


"; @@ -84,7 +84,7 @@ if ($_SESSION['user_type'] != "Lecturer" || $_SESSION['user_type'] != "Admin") { } - else if(($_SESSION['user_type'] == "Admin")){ + else if($_SESSION['user_type'] == "Admin"){ echo "Create Lecturer Accounts "; } @@ -109,7 +109,7 @@ if ($_SESSION['user_type'] != "Lecturer" || $_SESSION['user_type'] != "Admin") { } - else if(($_SESSION['user_type'] == "Admin")){ + else if($_SESSION['user_type'] == "Admin"){ echo " Lecturer "; @@ -160,7 +160,7 @@ if ($_SESSION['user_type'] != "Lecturer" || $_SESSION['user_type'] != "Admin") { ); } - else if(($_SESSION['user_type'] == "Admin")){ + else if($_SESSION['user_type'] == "Admin"){ $result = mysqli_query( $con,