2004-09-12 15:06:29 +00:00
|
|
|
<?php // $Id$
|
2003-07-07 06:44:16 +00:00
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of chat
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2004-11-19 02:30:40 +00:00
|
|
|
$module->version = 2004111200; // The (date) version of this module
|
2004-08-24 18:38:14 +00:00
|
|
|
$module->requires = 2004052505; // Requires this Moodle version
|
2003-07-07 06:44:16 +00:00
|
|
|
$module->cron = 300; // How often should cron check this module (seconds)?
|
|
|
|
|
|
|
|
?>
|