mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
* Calendar: fix EGroupware users were notified even if they choose not to in their preferences
This commit is contained in:
parent
ffefc15c13
commit
b4012e34f4
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user