MDL-13920 adding warning that regrading of assignments may take a while; merged from MOODLE_19_STABLE

This commit is contained in:
skodak
2008-03-15 18:52:39 +00:00
parent b5f3a99c73
commit 63824bbffd
+1
View 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