mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Abolished the qtype integers. The question types are now indexed by their name as specified by their directory name. This will avoid a lot of confusion in future when we have plugable question types.
This commit is contained in:
parent
069b6daf76
commit
6040798269
6 changed files with 47 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
|||
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2006031202; // The (date) version of this module
|
||||
$module->version = 2006032100; // The (date) version of this module
|
||||
$module->requires = 2006022400; // Requires this Moodle version
|
||||
$module->cron = 0; // How often should cron check this module (seconds)?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue