2001-11-22 06:23:56 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Code fragment to define the module version etc.
|
|
|
|
// This fragment is called by /admin/index.php
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2004-02-05 05:16:29 +00:00
|
|
|
$module->version = 2004020500;
|
2004-01-31 15:25:00 +00:00
|
|
|
$module->requires = 2004013101; // Requires this Moodle version
|
2002-07-27 06:07:49 +00:00
|
|
|
$module->cron = 60;
|
2001-11-22 06:23:56 +00:00
|
|
|
|
2002-10-05 17:20:24 +00:00
|
|
|
?>
|