moodle16cleanup: mod/quiz uniqueid does not exists, taking upgrade script

from mysql.php ver 2005070202. dropping some unused tables during the
transition from quiz to question lib
This commit is contained in:
martinlanghoff 2006-05-17 06:56:14 +00:00
parent 05acf8e974
commit f470a1c6d5
2 changed files with 26 additions and 3 deletions

View file

@ -5,7 +5,7 @@
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2006051300; // The (date) version of this module
$module->version = 2006051700; // The (date) version of this module
$module->requires = 2006022400; // Requires this Moodle version
$module->cron = 0; // How often should cron check this module (seconds)?