MDL-14679 fixed some more $db's

This commit is contained in:
skodak
2008-05-31 22:18:41 +00:00
parent 98891b9348
commit fd0e6640cc
18 changed files with 29 additions and 33 deletions
+1 -1
View File
@@ -1005,7 +1005,7 @@ class assignment_base {
* Display all the submissions ready for grading
*/
function display_submissions($message='') {
global $CFG, $db, $USER;
global $CFG, $DB, $USER;
require_once($CFG->libdir.'/gradelib.php');
/* first we check to see if the form has just been submitted