From 60efe6d3088b712e7bd82be02da36d1b9adcf034 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 20 Aug 2018 17:50:41 +0530 Subject: [PATCH] registration table and registration constant added in constant file --- Apollo/api/application/config/constants.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index b3370401..1d61a00e 100755 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -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