]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13866 adding warning that regrading of forums may take a while; merged from MOODL...
authorskodak <skodak>
Sat, 15 Mar 2008 22:51:05 +0000 (22:51 +0000)
committerskodak <skodak>
Sat, 15 Mar 2008 22:51:05 +0000 (22:51 +0000)
mod/forum/db/upgrade.php

index f4a39f0429a5e288fed389432d9795716f759cee..008e57dfc3c1e3b00747f17149de9b4cecb3105f 100644 (file)
@@ -44,6 +44,7 @@ function xmldb_forum_upgrade($oldversion=0) {
     }
 
     if ($result and $oldversion < 2007101511) {
+        notify('Processing forum grades, this may take a while if there are many forums...', 'notifysuccess');
         //MDL-13866 - send forum ratins to gradebook again
         require_once($CFG->dirroot.'/mod/forum/lib.php');
         // too much debug output