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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2004-11-19 03:13:05 +00:00
|
|
|
$module->version = 2004111200; // The current module version (Date: YYYYMMDDXX)
|
2004-09-17 05:46:12 +00:00
|
|
|
$module->requires = 2004091700; // Requires this Moodle version
|
2004-02-16 05:41:13 +00:00
|
|
|
$module->cron = 0; // Period for cron to check this module (secs)
|
|
|
|
|
|
|
|
?>
|