forked from mrlan/LRR
Merge pull request #76 from lanlab-org/Hui-IncorporateChangesMadeByEnock2
Script.php: fix typo happendSIMPLICITY_Bug-189_Course_Delete_btn
commit
70bfb834f3
|
@ -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.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue