Updated versions only
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
@@ -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)?
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user