Indent Courses.php using Emacs web-mode.

Bug430-Eden2
Lan Hui 2023-08-10 22:48:12 +08:00
parent 2fa24bba94
commit 380c79fd8a
1 changed files with 247 additions and 247 deletions

View File

@ -10,11 +10,11 @@ include 'Header.php';
<div class="container">
<?php
$user_d = $_SESSION['user_id'];
if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
{
?>
<?php
$user_d = $_SESSION['user_id'];
if( $_SESSION['user_type']=="Lecturer" || $_SESSION['user_type']=="TA")
{
?>
<!-- FOR LECTURER-->
@ -482,13 +482,13 @@ WHERE Lecturer_User_ID=$lecturer_id and course_students_table.Status='Pending'"
<!-- END LECTURER -->
<?php
}
<?php
}
if( $_SESSION['user_type']=="Student")
{
?>
if( $_SESSION['user_type']=="Student")
{
?>
<!--STUDENT CODE-->
<div class="row">