diff --git a/Courses.php b/Courses.php index 4314a3a..ed7c864 100644 --- a/Courses.php +++ b/Courses.php @@ -139,7 +139,7 @@ New Date/Time
query($sql) === TRUE) { - $_SESSION["info_Updated"]="Assignment information updated successfully."; + $_SESSION["info_updated"]="Assignment information updated successfully."; } else { echo "Error: " . $sql . "
" . $con->error; @@ -253,9 +253,9 @@ Submission Type echo "

Lab Report Assignment list

"; error_reporting(0); - if(isset($_SESSION["info_Updated"])){ - echo '
'; - $_SESSION['info_Updated'] = null; + if(isset($_SESSION["info_updated"])){ + echo '
'; + $_SESSION['info_updated'] = null; } if (isset($_SESSION['info_courses'])) { echo '
';