mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
This may fix the problem with private entries in the time matrix view.
This commit is contained in:
parent
4409541de7
commit
fc023e192f
@ -227,7 +227,7 @@ class calendar extends calendar_
|
||||
$groups = $phpgw->accounts->memberships($owner);
|
||||
while ($group = each($groups))
|
||||
{
|
||||
if (strpos(' '.$event->groups.' ',','.$group[1]['account_id'].','))
|
||||
if (strpos(' '.implode($event->groups,',').' ',$group[1]['account_id']))
|
||||
{
|
||||
$is_private = False;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user