]> git.mjollnir.org Git - moodle.git/commitdiff
Used the wrong function to display the message (Notify, not Notice)
authormoodler <moodler>
Sun, 14 Sep 2003 12:22:13 +0000 (12:22 +0000)
committermoodler <moodler>
Sun, 14 Sep 2003 12:22:13 +0000 (12:22 +0000)
lib/db/postgres7.php

index 237b5693aeeec5218b14114dabf183b2fe74c8fa..e4ce8369257b7472044d780ba7b9e816342e7301 100644 (file)
@@ -194,7 +194,7 @@ function main_upgrade($oldversion=0) {
     }
 
     if ($oldversion < 2003080400) {
-        notice("If the following command fails you may want to change the type manually, from TEXT to INTEGER.  Moodle should keep working even if you don't.");
+        notify("If the following command fails you may want to change the type manually, from TEXT to INTEGER.  Moodle should keep working even if you don't.");
         table_column("course_categories", "courseorder", "courseorder", "integer", "10", "unsigned");
         table_column("course", "", "sortorder", "integer", "10", "unsigned", "0", "", "category");
     }