Skip to content
Snippets Groups Projects
Commit 459d1ed8 authored by Kit Manners's avatar Kit Manners Committed by Imran Hussain
Browse files

Add missing space in error message

parent 68a40e7c
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ function validSID($SID, $override)
$error = "A user with that student ID already exists, email <a href=\"mailto:admin@sucs.org\">admin@sucs.org</a> if this is an error.";
return false;
} elseif (lookupSID($SID) == " ") {
$error = "Student not found, email<a href=\"mailto:admin@sucs.org\">admin@sucs.org</a> if this is an error.";
$error = "Student not found, email <a href=\"mailto:admin@sucs.org\">admin@sucs.org</a> if this is an error.";
return false;
} else {
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment