changes in course

This commit is contained in:
gandhimathi 2017-11-30 10:33:12 +05:30
parent 6ce308fad0
commit 51b4afdc0b

View File

@ -88,6 +88,10 @@ defined('SUPER_ADMIN') OR define('SUPER_ADMIN','R004');
defined('ADMIN') OR define('ADMIN','R003');
defined('EMPLOYEE') OR define('EMPLOYEE','R002');
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');
//encript database table name
defined('LOGIN') OR define('LOGIN','T_Login');
defined('BRANCH') OR define('BRANCH','T_BranchMaster');