From eaea8da4b0a7345f046e1202218111d92ca33de8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Jul 2018 16:02:11 +0200 Subject: [PATCH] * Calendar: fix EGroupware users were notified even if they choose not to in their preferences --- calendar/inc/class.calendar_boupdate.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calendar/inc/class.calendar_boupdate.inc.php b/calendar/inc/class.calendar_boupdate.inc.php index 3ae4a09588..34533cb5cf 100644 --- a/calendar/inc/class.calendar_boupdate.inc.php +++ b/calendar/inc/class.calendar_boupdate.inc.php @@ -673,6 +673,8 @@ class calendar_boupdate extends calendar_bo ++$want_update; } break; + case 'no': + break; } } //error_log(__METHOD__."(userid=$userid, receive_updates='$ru', msg_type=$msg_type, ..., role='$role') msg_is_response=$msg_is_response --> want_update=$want_update");