From be86db36e9f0c3e1b2a49fcb69fda418d26b189a Mon Sep 17 00:00:00 2001 From: Hui Lan <lanhui@zjnu.edu.cn> Date: Mon, 20 Apr 2020 20:07:04 +0800 Subject: [PATCH] Courses.php: fix typo Successfull. --- Courses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Courses.php b/Courses.php index 88d7ad3..4314a3a 100644 --- a/Courses.php +++ b/Courses.php @@ -139,7 +139,7 @@ New Date/Time <br><input type="date" name="date" required=""> <input type="time" $sql = "UPDATE `lab_reports_table` SET `Deadline` = ('" . $Deadline . "'), `Instructions` = ('" . $instructions . "'), `Title` = ('" . $title . "'), `Marks` = ('" . $marks . "') WHERE `lab_reports_table`.`Lab_Report_ID` = '$getid'"; if ($con->query($sql) === TRUE) { - $_SESSION["info_Updated"]="Information Updated Successfull"; + $_SESSION["info_Updated"]="Assignment information updated successfully."; } else { echo "Error: " . $sql . "<br>" . $con->error;