2009-11-01 13:17:47 +00:00
|
|
|
<?php
|
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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2010-11-08 06:03:00 +00:00
|
|
|
$module->version = 2010080302; // The (date) version of this module
|
2010-08-03 10:07:18 +00:00
|
|
|
$module->requires = 2010080300; // Requires this Moodle version
|
2003-07-07 06:44:16 +00:00
|
|
|
$module->cron = 300; // How often should cron check this module (seconds)?
|