forked from extern/egroupware
fix for bug [ 1004481 ] alarm management: you could not create alarms for other participants, even if you had the required write-grants from them
This commit is contained in:
parent
c3717d0315
commit
0d1e67445d
@ -15,7 +15,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
define('PHPGW_ACL_DELETEALARM',PHPGW_ACL_DELETE); // for now
|
define('PHPGW_ACL_DELETEALARM',PHPGW_ACL_DELETE); // for now
|
||||||
define('PHPGW_ACL_SETALARM',PHPGW_ACL_WRITE);
|
define('PHPGW_ACL_SETALARM',PHPGW_ACL_EDIT);
|
||||||
define('PHPGW_ACL_READALARM',PHPGW_ACL_READ);
|
define('PHPGW_ACL_READALARM',PHPGW_ACL_READ);
|
||||||
|
|
||||||
class boalarm
|
class boalarm
|
||||||
|
Loading…
Reference in New Issue
Block a user