From: moodler Date: Sat, 9 Nov 2002 06:24:21 +0000 (+0000) Subject: WHoops typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b309c289db139c4a069d3e051ca6f02a9eaecb30;p=moodle.git WHoops typo --- diff --git a/mod/survey/db/mysql.php b/mod/survey/db/mysql.php index fe9a932542..1b0ead621c 100644 --- a/mod/survey/db/mysql.php +++ b/mod/survey/db/mysql.php @@ -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 ");