changes in course

This commit is contained in:
gandhimathi 2017-11-30 10:35:02 +05:30
parent 51b4afdc0b
commit 6ada050c32

View File

@ -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');