2004-09-12 16:24:41 +00:00
|
|
|
<?php // $Id$
|
2003-09-14 12:30:09 +00:00
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of label
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2004-11-19 03:05:38 +00:00
|
|
|
$module->version = 2004111200; // The current module version (Date: YYYYMMDDXX)
|
2004-08-24 18:38:14 +00:00
|
|
|
$module->requires = 2004052505; // Requires this Moodle version
|
2003-09-14 12:30:09 +00:00
|
|
|
$module->cron = 0; // Period for cron to check this module (secs)
|
|
|
|
|
|
|
|
?>
|