From 25220be35d68c365fb8ace505f0660792e45ecc7 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 15 Mar 2008 22:51:05 +0000 Subject: [PATCH] MDL-13866 adding warning that regrading of forums may take a while; merged from MOODLE_19_STABLE --- mod/forum/db/upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/forum/db/upgrade.php b/mod/forum/db/upgrade.php index f4a39f0429..008e57dfc3 100644 --- a/mod/forum/db/upgrade.php +++ b/mod/forum/db/upgrade.php @@ -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 -- 2.39.5