]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13920 adding warning that regrading of assignments may take a while; merged from...
authorskodak <skodak>
Sat, 15 Mar 2008 18:52:39 +0000 (18:52 +0000)
committerskodak <skodak>
Sat, 15 Mar 2008 18:52:39 +0000 (18:52 +0000)
mod/assignment/db/upgrade.php

index fe0b1450e52737226545958a11e286c56816a972..6d8f37bff6c331ff3337276a3f546ab2bbaf9688 100644 (file)
@@ -48,6 +48,7 @@ function xmldb_assignment_upgrade($oldversion=0) {
     }
 
     if ($result && $oldversion < 2007101510) {
+        notify('Processing assignment grades, this may take a while if there are many assignments...', 'notifysuccess');
         // change grade typo to text if no grades MDL-13920
         require_once $CFG->dirroot.'/mod/assignment/lib.php';
         // too much debug output