mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +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);
|
$groups = $phpgw->accounts->memberships($owner);
|
||||||
while ($group = each($groups))
|
while ($group = each($groups))
|
||||||
{
|
{
|
||||||
if (strpos(' '.$event->groups.' ',','.$group[1]['account_id'].','))
|
if (strpos(' '.implode($event->groups,',').' ',$group[1]['account_id']))
|
||||||
{
|
{
|
||||||
$is_private = False;
|
$is_private = False;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user