2004-09-12 16:24:41 +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-02-16 10:40:48 +00:00
|
|
|
$module->version = 2005021600;
|
|
|
|
$module->requires = 2005021600; // 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
|
|
|
?>
|