Courses.php: fix typo Successfull.

SIMPLICITY_Bug-189_Course_Delete_btn
Hui Lan 2020-04-20 20:07:04 +08:00
parent 058eb2adac
commit be86db36e9
1 changed files with 1 additions and 1 deletions

View File

@ -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;