Set the requirements for this module to Moodle 2.3

This commit is contained in:
Mark Nelson 2013-07-26 15:25:52 +08:00
parent 7d359f3487
commit 1e44195bec
13 changed files with 13 additions and 13 deletions

View file

@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
$module->version = 2013072600; // The current module version (Date: YYYYMMDDXX).
$module->requires = 2013040500; // Requires this Moodle version.
$module->requires = 2012062500; // Requires this Moodle version.
$module->cron = 0; // Period for cron to check this module (secs).
$module->component = 'mod_customcert';