Used the wrong function to display the message (Notify, not Notice)

This commit is contained in:
moodler 2003-09-14 12:22:13 +00:00
parent ad410dd19b
commit c7ce6d80a3

View File

@ -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");
}