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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2007-02-02 13:02:24 +00:00
|
|
|
$module->version = 2007020200; // The current module version (Date: YYYYMMDDXX)
|
|
|
|
$module->requires = 2007020200; // Requires this Moodle version
|
2003-09-14 12:30:09 +00:00
|
|
|
$module->cron = 0; // Period for cron to check this module (secs)
|
|
|
|
|
|
|
|
?>
|