From: stronk7 Date: Fri, 9 Jun 2006 10:15:03 +0000 (+0000) Subject: One notice() was preventing the upgrade to 1.7dev to continue. Bug 5773. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=daec7cda9bb35a9e92ff0521d49c3edcb26f38ef;p=moodle.git One notice() was preventing the upgrade to 1.7dev to continue. Bug 5773. (http://moodle.org/bugs/bug.php?op=show&bugid=5773) --- diff --git a/mod/quiz/db/postgres7.php b/mod/quiz/db/postgres7.php index 0b5d5c6689..8a4a6fc4bb 100644 --- a/mod/quiz/db/postgres7.php +++ b/mod/quiz/db/postgres7.php @@ -1228,7 +1228,7 @@ function quiz_upgrade($oldversion) { if ($oldversion < 2006051700) { // this block also exec'd by 2006042802 on MOODLE_16_STABLE - notice("The next set of upgrade operations may report an + notify("The next set of upgrade operations may report an error if you are upgrading from v1.6. This error mesage is normal, and can be ignored."); // this block is taken from mysql.php 2005070202