2005-11-16 08:21:19 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of lams
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2008-03-03 11:49:34 +00:00
|
|
|
$module->version = 2007101509; // The current module version (Date: YYYYMMDDXX)
|
|
|
|
$module->requires = 2007101509; // Requires this Moodle version
|
2005-11-16 08:21:19 +00:00
|
|
|
$module->cron = 0; // Period for cron to check this module (secs)
|
|
|
|
|
|
|
|
?>
|