forked from extern/egroupware
This follows the change to the ->accounts->membership() call.
This commit is contained in:
parent
7506365417
commit
e17aaa4f5c
@ -803,7 +803,7 @@
|
||||
elseif($event['public'] == 2)
|
||||
{
|
||||
$is_private = True;
|
||||
$groups = $phpgw->accounts->memberships($owner);
|
||||
$groups = $phpgw->accounts->membership($owner);
|
||||
while (list($key,$group) = each($groups))
|
||||
{
|
||||
if (strpos(' '.implode($event['groups'],',').' ',$group['account_id']))
|
||||
|
Loading…
Reference in New Issue
Block a user