Set the requirements for this module to Moodle 2.3
This commit is contained in:
parent
7d359f3487
commit
1e44195bec
13 changed files with 13 additions and 13 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue