forked from mrlan/LRR
Script.php: fix typo happend
This fix was made by Enock. See the following link for more detail.
d8ea11fe17
-Hui
SIMPLICITY_link
parent
9497809a1f
commit
cdf5e84b12
|
@ -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