From 63824bbffd32da8d9119e72cf71d4c650434b9e1 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 15 Mar 2008 18:52:39 +0000 Subject: [PATCH] MDL-13920 adding warning that regrading of assignments may take a while; merged from MOODLE_19_STABLE --- mod/assignment/db/upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/assignment/db/upgrade.php b/mod/assignment/db/upgrade.php index fe0b1450e5..6d8f37bff6 100644 --- a/mod/assignment/db/upgrade.php +++ b/mod/assignment/db/upgrade.php @@ -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 -- 2.39.5