Added new constant 'ERR_AUTH'

This commit is contained in:
mdtrooper 2014-10-22 12:56:40 +02:00
parent 96e66a9c89
commit 24f34c0044
1 changed files with 17 additions and 16 deletions

View File

@ -58,6 +58,7 @@ define ('ERR_WRONG', -100000);
define ('ERR_WRONG_NAME', -100001);
define ('ERR_WRONG_PARAMETERS', -100002);
define ('ERR_ACL', -110000);
define ('ERR_AUTH', -120000);
/* Event status code */
define ('EVENT_STATUS_NEW',0);