diff --git a/Admin.php b/Admin.php
index c393e9a..4842ba3 100644
--- a/Admin.php
+++ b/Admin.php
@@ -83,8 +83,8 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
?>
-
' . $_SESSION['info_Admin_Users'] . '
';
@@ -94,7 +94,6 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
echo '
' . $_SESSION['info_Admin_Users'] . '
';
$_SESSION['info_Admin_Users'] = null;
}
-
?>