Course.php: delete unused code.

Bug430-Eden2
Lan Hui 2023-08-23 20:44:21 +08:00
parent 027c4fada6
commit 1875028472
1 changed files with 0 additions and 4 deletions

View File

@ -452,10 +452,6 @@ where Lab_Report_ID=$lab_repo_id and (lab_report_submissions.Student_id='$studen
<h1 class="display-6">My groups</h1> <h1 class="display-6">My groups</h1>
<?php <?php
$resultx1 = mysqli_query($con,"SELECT `Course_Group_id` FROM `course_groups_table` WHERE Course_id=$course_id");
while ($row = mysqli_fetch_assoc($resultx1)) {
$count_groups = $row['Course_Group_id'];
}
echo " <button onclick='createGroup()' class='btn btn-primary'>Create group</button>"; echo " <button onclick='createGroup()' class='btn btn-primary'>Create group</button>";
?> ?>