Merge pull request #76 from lanlab-org/Hui-IncorporateChangesMadeByEnock2

Script.php: fix typo happend
SIMPLICITY_Bug-189_Course_Delete_btn
Software Project Management 2021-04-29 09:38:18 +08:00 committed by GitHub
commit 70bfb834f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if (!empty($_POST["frm_signup_2"])) {
if ($con->query($sql) === TRUE) { if ($con->query($sql) === TRUE) {
header("Location: Courses.php"); header("Location: Courses.php");
} else { } else {
echo "Something really bad (SQL insertion error) happend during sign up."; echo "Something really bad (SQL insertion error) happened during sign up.";
} }
} }