This was throwing duplicate declaration errors in my PHP5 box

since some hours ago. Not sure why it worked before, but...
This commit is contained in:
stronk7 2007-02-09 20:51:56 +00:00
parent 82fee14ae8
commit c327e15031

View File

@ -2,8 +2,8 @@
// adds or updates modules in a course using new formslib
require("../config.php");
require("lib.php");
require_once("../config.php");
require_once("lib.php");
require_login();
@ -280,4 +280,4 @@
$mform->display();
print_footer($course);
}
?>
?>