From 0d1e67445d17f9294610f1bb66e042eb0e3c356a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 7 Aug 2004 14:55:38 +0000 Subject: [PATCH] fix for bug [ 1004481 ] alarm management: you could not create alarms for other participants, even if you had the required write-grants from them --- calendar/inc/class.boalarm.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.boalarm.inc.php b/calendar/inc/class.boalarm.inc.php index ad4b6f42ef..83528d2e8e 100755 --- a/calendar/inc/class.boalarm.inc.php +++ b/calendar/inc/class.boalarm.inc.php @@ -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