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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2009-04-27 20:29:01 +00:00
|
|
|
$module->version = 2009042700; // The current module version (Date: YYYYMMDDXX)
|
2009-04-20 20:14:15 +00:00
|
|
|
$module->requires = 2009041700; // 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
|
|
|
|
|
|
|
?>
|