Skip to content

Commit

Permalink
WHoops typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 9, 2002
1 parent f762c44 commit b309c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/survey/db/mysql.php
Expand Up @@ -83,7 +83,7 @@ function survey_upgrade($oldversion) {


if ($oldversion < 2002110903) { if ($oldversion < 2002110903) {
if (! execute_sql("ALTER TABLE `survey_questions` ADD `shorttext` VARCHAR(30) NOT NULL AFTER `text` ")) { 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 "); execute_sql("UPDATE `survey` SET `name` = 'collesaname', `intro` = 'collesaintro' WHERE name = 'COLLES (Actual)' AND template = 0 ");
Expand Down

0 comments on commit b309c28

Please sign in to comment.