mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
fixed bug [ 899751 ] Calendar notification to groups
This commit is contained in:
parent
29d855cc7d
commit
24f85350e6
@ -2620,9 +2620,9 @@
|
||||
{
|
||||
$userid = (int)$userid;
|
||||
|
||||
if ($statusid == 'R')
|
||||
if ($statusid == 'R' || $GLOBALS['phpgw']->accounts->get_type($userid) == 'g')
|
||||
{
|
||||
continue; // dont notify rejected participants
|
||||
continue; // dont notify rejected participants or groups
|
||||
}
|
||||
if($userid != $GLOBALS['phpgw_info']['user']['account_id'] || $msg_type == MSG_ALARM)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user