From b309c289db139c4a069d3e051ca6f02a9eaecb30 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 9 Nov 2002 06:24:21 +0000 Subject: [PATCH] WHoops typo --- mod/survey/db/mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "); -- 2.39.5