One notice() was preventing the upgrade to 1.7dev to continue. Bug 5773.

(http://moodle.org/bugs/bug.php?op=show&bugid=5773)
This commit is contained in:
stronk7
2006-06-09 10:15:03 +00:00
parent d96466d29f
commit daec7cda9b
+1 -1
View File
@@ -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