Ensure date indexes do not conflict with module ids
This commit is contained in:
parent
af57d59676
commit
9a6b9bec25
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@ defined('MOODLE_INTERNAL') || die();
|
|||
/**
|
||||
* Date - Issue
|
||||
*/
|
||||
define('CUSTOMCERT_DATE_ISSUE', '1');
|
||||
define('CUSTOMCERT_DATE_ISSUE', '-1');
|
||||
|
||||
/**
|
||||
* Date - Completion
|
||||
*/
|
||||
define('CUSTOMCERT_DATE_COMPLETION', '2');
|
||||
define('CUSTOMCERT_DATE_COMPLETION', '-2');
|
||||
|
||||
require_once($CFG->dirroot . '/lib/grade/constants.php');
|
||||
|
||||
|
|
Loading…
Reference in a new issue