changes in course
This commit is contained in:
parent
51b4afdc0b
commit
6ada050c32
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user