);");
}
- if ($oldversion < 2003030302) {
+ if ($oldversion < 2003030303) {
table_column("quiz_questions", "", "defaultgrade", "INTEGER", "6", "UNSIGNED", "1", "NOT NULL", "image");
}
choose integer NOT NULL default '4',
);");
}
- if ($oldversion < 2003030302) {
+ if ($oldversion < 2003030303) {
table_column("quiz_questions", "", "defaultgrade", "INTEGER", "6", "UNSIGNED", "1", "NOT NULL", "image");
}
// 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)?
?>