]> git.mjollnir.org Git - moodle.git/commitdiff
One notice() was preventing the upgrade to 1.7dev to continue. Bug 5773.
authorstronk7 <stronk7>
Fri, 9 Jun 2006 10:15:03 +0000 (10:15 +0000)
committerstronk7 <stronk7>
Fri, 9 Jun 2006 10:15:03 +0000 (10:15 +0000)
(http://moodle.org/bugs/bug.php?op=show&bugid=5773)

mod/quiz/db/postgres7.php

index 0b5d5c668946e023912083e6c9097498284d499c..8a4a6fc4bb413e87b50103f9598273a1cab2527c 100644 (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