FROM prefix_quiz_attempts;");
}
+ if ($oldversion < 2006060700) { // fix for 5720
+ execute_sql('DROP TABLE '.$CFG->prefix.'question_essay_states', false);
+ execute_sql('DROP TABLE '.$CFG->prefix.'question_essay', false);
+ execute_sql('DROP TABLE '.$CFG->prefix.'quiz_attemptonlast_datasets', false);
+ }
+
+
return true;
}
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
////////////////////////////////////////////////////////////////////////////////
-$module->version = 2006051700; // The (date) version of this module
+$module->version = 2006060700; // The (date) version of this module
$module->requires = 2006022400; // Requires this Moodle version
$module->cron = 0; // How often should cron check this module (seconds)?