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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2005-03-10 13:30:57 +00:00
|
|
|
$module->version = 2005031000; // The (date) version of this module
|
|
|
|
$module->requires = 2005031000; // Requires this Moodle version
|
2003-07-07 06:44:16 +00:00
|
|
|
$module->cron = 300; // How often should cron check this module (seconds)?
|
|
|
|
|
|
|
|
?>
|