Added error code constants

This commit is contained in:
Andy Smith
2011-08-19 17:11:29 +01:00
parent 8b63ec7874
commit 28ee178dd1

View File

@@ -36,6 +36,14 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b');
define('FOPEN_WRITE_CREATE_STRICT', 'xb');
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
/* Error return codes */
define('EEMAILEXISTS', 'E-mail address already exists');
define('EUSERNAMEEXISTS', 'Username already exists');
define('EPASSWORDINVALID', 'Invalid password');
define('ENOSUCHUSER', 'No such user');
define('OK', 'OK');
/* End of file constants.php */
/* Location: ./application/config/constants.php */
/* Location: ./application/config/constants.php */