registration table and registration constant added in constant file
This commit is contained in:
parent
475b4f86fc
commit
60efe6d308
@ -160,6 +160,10 @@ defined('REGISTRATIONDETAILS') OR define('REGISTRATIONDETAILS','T_Registration_D
|
||||
// define APPLICATION certificate type constant
|
||||
defined('APPLICATION_CONST') OR define('APPLICATION_CONST','APPLICATION');
|
||||
|
||||
// registration type constant
|
||||
defined('NEWREGISTRATION_CONST') OR define('NEWREGISTRATION_CONST','New Registration');
|
||||
defined('RE_REGISTRATION_CONST') OR define('RE_REGISTRATION_CONST','Re-registration');
|
||||
|
||||
|
||||
|
||||
//end of database table name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user