configured
[bMailZu.git] / config / constants.php
blobcc4a2cc01cbbca90405dcd95f9c49fe601f7ec5f
1 <?
2 define('INTERNAL_DATE_SEPERATOR', '/');
3 define('RES_TYPE_ADD', 'r');
4 define('RES_TYPE_MODIFY', 'm');
5 define('RES_TYPE_DELETE', 'd');
6 define('RES_TYPE_VIEW', 'v');
7 define('RES_TYPE_APPROVE', 'a');
9 define('INVITE_ACCEPT', 'accept');
10 define('INVITE_DECLINE', 'decline');
12 define('MYCALENDARTYPE_DAY', 1);
13 define('MYCALENDARTYPE_WEEK', 2);
14 define('MYCALENDARTYPE_MONTH', 3);
15 define('MYCALENDARTYPE_SIGNUP', 4);