This may fix the problem with private entries in the time matrix view.

This commit is contained in:
skeeter 2001-03-20 02:49:32 +00:00
parent 4409541de7
commit fc023e192f

View File

@ -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;
}