2004-09-15 20:32:24 +00:00
|
|
|
<?PHP // $Id$
|
2004-02-16 05:41:13 +00:00
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of lesson
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2006-05-17 06:34:50 +00:00
|
|
|
$module->version = 2006050101; // The current module version (Date: YYYYMMDDXX)
|
2005-02-16 10:40:48 +00:00
|
|
|
$module->requires = 2005021600; // Requires this Moodle version
|
2004-02-16 05:41:13 +00:00
|
|
|
$module->cron = 0; // Period for cron to check this module (secs)
|
|
|
|
|
|
|
|
?>
|