]> git.mjollnir.org Git - moodle.git/commitdiff
WHoops typo
authormoodler <moodler>
Sat, 9 Nov 2002 06:24:21 +0000 (06:24 +0000)
committermoodler <moodler>
Sat, 9 Nov 2002 06:24:21 +0000 (06:24 +0000)
mod/survey/db/mysql.php

index fe9a932542a5572181e9ec72982c9c5e5dc61034..1b0ead621cdd8c81895f88faff62d52ef66cbd0f 100644 (file)
@@ -83,7 +83,7 @@ function survey_upgrade($oldversion) {
 
     if ($oldversion < 2002110903) {
         if (! execute_sql("ALTER TABLE `survey_questions` ADD `shorttext` VARCHAR(30) NOT NULL AFTER `text` ")) {
-            notice("If you get an error above, don't worry, just ignore it.  Everything is OK.");
+            notify("If you get an error above, don't worry, just ignore it.  Everything is OK.");
         }
 
         execute_sql("UPDATE `survey` SET `name` = 'collesaname', `intro` = 'collesaintro' WHERE name = 'COLLES (Actual)' AND template = 0 ");