mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
WHoops typo
This commit is contained in:
parent
f762c448ef
commit
b309c289db
1 changed files with 1 additions and 1 deletions
|
@ -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 ");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue