Merge branch 'MDL-42701' of git://github.com/stronk7/moodle

This commit is contained in:
Damyon Wiese 2013-11-05 13:10:52 +08:00
commit 057a79922e
323 changed files with 689 additions and 689 deletions

View file

@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$module->version = 2013092600; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2013050100; // Requires this Moodle version
$module->version = 2013110500; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2013110500; // Requires this Moodle version
$module->component = 'mod_chat'; // Full name of the plugin (used for diagnostics)
$module->cron = 300;