Make Courses.php look better.

Bug430-Eden2
Lan Hui 2023-08-02 15:28:29 +08:00
parent 122bd27e80
commit 4f7cda823b
1 changed files with 0 additions and 7 deletions

View File

@ -327,10 +327,6 @@ if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
}}
echo "</div>";
$resultx1 = mysqli_query($con,"SELECT course_students_table.Student_ID,users_table.Full_Name FROM
`course_students_table`
INNER JOIN users_table on users_table.Student_ID=course_students_table.Student_ID
@ -349,9 +345,6 @@ WHERE Course_ID=$course_id");
. "<input type='hidden' name='url' value='$course_url'>"
. " </span>";
return;
}