mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
possible clarification in memberships()
This commit is contained in:
parent
4b31a3a93b
commit
dde3854be5
@ -82,7 +82,8 @@
|
|||||||
|
|
||||||
for ($idx=0; $idx<count($security_equals); $idx++)
|
for ($idx=0; $idx<count($security_equals); $idx++)
|
||||||
{
|
{
|
||||||
$this->memberships[] = Array('account_id' => intval($security_equals[$idx]), 'account_name' => $this->id2name(intval($security_equals[$idx])));
|
$groups = intval($security_equals[$idx]);
|
||||||
|
$this->memberships[] = Array('account_id' => $groups, 'account_name' => $this->id2name($groups));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->memberships;
|
return $this->memberships;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user