mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
fixed bug [ 899751 ] Calendar notification to groups
This commit is contained in:
parent
29d855cc7d
commit
24f85350e6
@ -2620,9 +2620,9 @@
|
|||||||
{
|
{
|
||||||
$userid = (int)$userid;
|
$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)
|
if($userid != $GLOBALS['phpgw_info']['user']['account_id'] || $msg_type == MSG_ALARM)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user