Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 92948e8

Browse files
author
Nathan Shaaban
committed
removed redudent require
1 parent aebb739 commit 92948e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public_html/teacher/viewAssignments.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
$HTMLHeaderClasses=array();
1919
require_once "../../resources/assignmentFunctions.php";
2020
$header=array("Checkbox"=>"","Chapter"=>"Chapter","Name"=>"Name","Edit"=>"Edit","Responces"=>"Responces","Time Accessible"=>"Time Accessible","Time Due"=>"Time Due","Time Hide"=>"Time Hide");
21-
require_once "../../resources/assignmentFunctions.php";
2221
$year=date("Y");
2322
if(date("m")>=5){// School is out
2423
if (date("m")>=9) { //School has started again

0 commit comments

Comments
 (0)