Course.php: delete unused code.
							parent
							
								
									027c4fada6
								
							
						
					
					
						commit
						1875028472
					
				|  | @ -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>"; | ||||||
| 		?>
 | 		?>
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue