2005-04-14 13:24:40 +00:00
|
|
|
<?PHP // $Id$
|
2001-11-22 06:23:56 +00:00
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Code fragment to define the module version etc.
|
|
|
|
// This fragment is called by /admin/index.php
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2005-05-31 23:00:20 +00:00
|
|
|
$module->version = 2005060100;
|
2005-03-10 13:30:57 +00:00
|
|
|
$module->requires = 2005031000; // Requires this Moodle version
|
2002-07-27 06:07:49 +00:00
|
|
|
$module->cron = 60;
|
|
|
|
|
2001-11-22 06:23:56 +00:00
|
|
|
?>
|