2004-06-02 12:45:55 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of Wiki
|
|
|
|
/// 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)
|
2007-10-10 16:09:17 +00:00
|
|
|
$module->requires = 2007101000; // The current module version (Date: YYYYMMDDXX)
|
2006-09-25 17:42:32 +00:00
|
|
|
$module->cron = 3600; // Period for cron to check this module (secs)
|
2004-06-02 12:45:55 +00:00
|
|
|
|
|
|
|
?>
|