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:
Ralf Becker 2004-08-07 14:55:38 +00:00
parent c3717d0315
commit 0d1e67445d

View File

@ -15,7 +15,7 @@
/* $Id$ */
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);
class boalarm