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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2008-03-03 11:49:34 +00:00
|
|
|
$module->version = 2007101509; // The current module version (Date: YYYYMMDDXX)
|
|
|
|
$module->requires = 2007101509; // 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
|
|
|
|
|
|
|
?>
|