2004-09-12 17:34:35 +00:00
|
|
|
<?php // $Id$
|
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
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2005-05-23 07:16:08 +00:00
|
|
|
$module->version = 2005052004; // The (date) version of this module
|
2005-02-16 10:40:48 +00:00
|
|
|
$module->requires = 2005021600; // Requires this Moodle version
|
2002-10-04 02:59:05 +00:00
|
|
|
$module->cron = 0; // How often should cron check this module (seconds)?
|
|
|
|
|
|
|
|
?>
|