* Calendar: fix EGroupware users were notified even if they choose not to in their preferences

This commit is contained in:
Ralf Becker 2018-07-17 16:02:11 +02:00
parent ffefc15c13
commit b4012e34f4

View File

@ -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");