From 6ada050c3266f9fbac2867ee6a29cb66e7ab664c Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 30 Nov 2017 10:35:02 +0530 Subject: [PATCH] changes in course --- Apollo/api/application/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index 30badc60..d5b452e4 100644 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -91,7 +91,7 @@ defined('STUDENT') OR define('STUDENT','R001'); //status code defined('OPEN') OR define('OPEN','S001'); defined('CLOSE') OR define('CLOSE','S002'); -defined('REOPEN') OR define('REOPEN','S002'); +defined('REOPEN') OR define('REOPEN','S003'); //encript database table name defined('LOGIN') OR define('LOGIN','T_Login'); defined('BRANCH') OR define('BRANCH','T_BranchMaster');