mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Used the wrong function to display the message (Notify, not Notice)
This commit is contained in:
parent
ad410dd19b
commit
c7ce6d80a3
@ -194,7 +194,7 @@ function main_upgrade($oldversion=0) {
|
||||
}
|
||||
|
||||
if ($oldversion < 2003080400) {
|
||||
notice("If the following command fails you may want to change the type manually, from TEXT to INTEGER. Moodle should keep working even if you don't.");
|
||||
notify("If the following command fails you may want to change the type manually, from TEXT to INTEGER. Moodle should keep working even if you don't.");
|
||||
table_column("course_categories", "courseorder", "courseorder", "integer", "10", "unsigned");
|
||||
table_column("course", "", "sortorder", "integer", "10", "unsigned", "0", "", "category");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user