diff --git a/Courses.php b/Courses.php index 72eb8fc..0a2de79 100644 --- a/Courses.php +++ b/Courses.php @@ -327,10 +327,6 @@ if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA") }} echo ""; - - - - $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"); . "" . " "; - - - return; }