2003-07-07 06:44:16 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of chat
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2004-02-24 06:35:57 +00:00
|
|
|
$module->version = 2004022300; // The (date) version of this module
|
2004-01-31 15:25:00 +00:00
|
|
|
$module->requires = 2004013101; // Requires this Moodle version
|
2003-07-07 06:44:16 +00:00
|
|
|
$module->cron = 300; // How often should cron check this module (seconds)?
|
|
|
|
|
|
|
|
?>
|