From cdf5e84b12eee7f7368ca69834201a79c658a5db Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 29 Apr 2021 08:53:17 +0800 Subject: [PATCH] Script.php: fix typo happend This fix was made by Enock. See the following link for more detail. https://sourcegraph.com/github.com/lanlab-org/LRR/-/commit/d8ea11fe17ef7f497e50d7566feb40afb1c1bbc7 -Hui --- Script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script.php b/Script.php index 951bc99..851323e 100644 --- a/Script.php +++ b/Script.php @@ -132,7 +132,7 @@ if (!empty($_POST["frm_signup_2"])) { if ($con->query($sql) === TRUE) { header("Location: Courses.php"); } else { - echo "Something really bad (SQL insertion error) happend during sign up."; + echo "Something really bad (SQL insertion error) happened during sign up."; } }