2009-11-04 11:58:30 +00:00
|
|
|
<?php
|
2002-10-04 02:59:05 +00:00
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Code fragment to define the version of quiz
|
|
|
|
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2009-11-19 17:31:41 +00:00
|
|
|
$module->version = 2009111900; // The (date) version of this module
|
2009-04-20 19:29:15 +00:00
|
|
|
$module->requires = 2009041700; // Requires this Moodle version
|
2002-10-04 02:59:05 +00:00
|
|
|
$module->cron = 0; // How often should cron check this module (seconds)?
|
|
|
|
|
2009-11-04 11:58:30 +00:00
|
|
|
|