Submissions.php: remove unused statements
parent
4292652e9b
commit
6257818b86
|
@ -211,7 +211,6 @@ echo "<div><a href='Courses.php?course=$url'> $header </a></div>";
|
||||||
while ($row = mysqli_fetch_assoc($result)) {
|
while ($row = mysqli_fetch_assoc($result)) {
|
||||||
$title = $row['Title'];
|
$title = $row['Title'];
|
||||||
$Marks = $row['Marks'];
|
$Marks = $row['Marks'];
|
||||||
//$ins=$row['Notes'];
|
|
||||||
$posted = $row['Submission_Date'];
|
$posted = $row['Submission_Date'];
|
||||||
$deadline = $row['Deadline'];
|
$deadline = $row['Deadline'];
|
||||||
$att1 = $row['Attachment1'];
|
$att1 = $row['Attachment1'];
|
||||||
|
@ -289,7 +288,6 @@ echo "<div><a href='Courses.php?course=$url'> $header </a></div>";
|
||||||
while ($row = mysqli_fetch_assoc($resulty)) {
|
while ($row = mysqli_fetch_assoc($resulty)) {
|
||||||
$title = $row['Title'];
|
$title = $row['Title'];
|
||||||
$Marks = $row['Marks'];
|
$Marks = $row['Marks'];
|
||||||
//$ins=$row['Notes'];
|
|
||||||
$posted = $row['Submission_Date'];
|
$posted = $row['Submission_Date'];
|
||||||
$deadline = $row['Deadline'];
|
$deadline = $row['Deadline'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue