Files
moodle/mod/chat/version.php
T
stronk7 4f854e3830 2004121100 downto 2004060401
(version never changes in STABLE branches)
2004-11-18 19:08:56 +00:00

13 lines
535 B
PHP

<?PHP // $Id$
/////////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of chat
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2004060401; // The (date) version of this module
$module->requires = 2004052505; // Requires this Moodle version
$module->cron = 300; // How often should cron check this module (seconds)?
?>