Updated versions only

This commit is contained in:
moodler
2003-03-03 17:48:39 +00:00
parent 31ce4b538c
commit 0d1a40f00a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function quiz_upgrade($oldversion) {
);");
}
if ($oldversion < 2003030302) {
if ($oldversion < 2003030303) {
table_column("quiz_questions", "", "defaultgrade", "INTEGER", "6", "UNSIGNED", "1", "NOT NULL", "image");
}
+1 -1
View File
@@ -23,7 +23,7 @@ function quiz_upgrade($oldversion) {
choose integer NOT NULL default '4',
);");
}
if ($oldversion < 2003030302) {
if ($oldversion < 2003030303) {
table_column("quiz_questions", "", "defaultgrade", "INTEGER", "6", "UNSIGNED", "1", "NOT NULL", "image");
}
+1 -1
View File
@@ -5,7 +5,7 @@
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2003030302; // The (date) version of this module
$module->version = 2003030303; // The (date) version of this module
$module->cron = 0; // How often should cron check this module (seconds)?
?>