Courses.php: add spaces around =.

Bug404-Edson
Lan Hui 2022-06-17 23:03:20 +08:00
parent a939a45ecb
commit 43c7259207
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ if( $_SESSION['user_type']=="Student")
if(!empty($_GET["search"]) || !empty($_GET["faculty"]))
{
$search = trim(mysqli_real_escape_string($con, $_GET["search"]));
$search=strtoupper($_GET['search']);
$search = strtoupper($_GET['search']);
$faculty = mysqli_real_escape_string($con, $_GET["faculty"]);
// the user has not entered something under "Find course by Code"