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