From ff442ade312e75a5c7b4f619a599c4b0c8b4f192 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 18 Apr 2018 14:15:42 +0530 Subject: [PATCH] constant changes in api --- Apollo/api/application/config/constants.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index 0ec317d1..3e81960a 100755 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -153,13 +153,8 @@ defined('SESSIONSCHEDULEDETAILS') OR define('SESSIONSCHEDULEDETAILS','T_SessionS defined('STUDENTDOCUMENTDETAILS') OR define('STUDENTDOCUMENTDETAILS','T_StudentDocumentsDetails'); defined('STUDENTDOCUMENTTRACKDETAILS') OR define('STUDENTDOCUMENTTRACKDETAILS','T_Student_DocumentTrack_Details'); -// branch relation db tables - -defined('UNIVERSITYBRANCHREL') OR define('UNIVERSITYBRANCHREL','T_Univ_Branch_Rel'); -defined('COURSEBRANCHREL') OR define('COURSEBRANCHREL','T_Course_Branch_Rel'); -defined('STATUSBRANCHREL') OR define('STATUSBRANCHREL','T_Status_Branch_Rel'); -defined('INOUTCOMEBRANCHREL') OR define('INOUTCOMEBRANCHREL','T_Income_Outcome_Branch_Rel'); -defined('CENTERBRANCHREL') OR define('CENTERBRANCHREL','T_Center_Branch_Rel'); +// define APPLICATION certificate type constant +defined('APPLICATION_CONST') OR define('APPLICATION_CONST','APPLICATION');