From 6257818b868e6eebd8888ef18f932b6a27b13970 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Sun, 3 Sep 2023 20:36:29 +0800 Subject: [PATCH] Submissions.php: remove unused statements --- Submissions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Submissions.php b/Submissions.php index e5932da..2154fd8 100644 --- a/Submissions.php +++ b/Submissions.php @@ -211,7 +211,6 @@ echo "
$header
"; while ($row = mysqli_fetch_assoc($result)) { $title = $row['Title']; $Marks = $row['Marks']; - //$ins=$row['Notes']; $posted = $row['Submission_Date']; $deadline = $row['Deadline']; $att1 = $row['Attachment1']; @@ -289,7 +288,6 @@ echo "
$header
"; while ($row = mysqli_fetch_assoc($resulty)) { $title = $row['Title']; $Marks = $row['Marks']; - //$ins=$row['Notes']; $posted = $row['Submission_Date']; $deadline = $row['Deadline'];