Reverting Mike C's change in MDL-12016
[moodle-linuxchix.git] / mod / chat / version.php
blob423ad9f54d8bb78f4370916e7e403b726db896d7
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of chat
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007020200; // The (date) version of this module
9 $module->requires = 2007101000; // Requires this Moodle version
10 $module->cron = 300; // How often should cron check this module (seconds)?