mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
read_group_names/membership
This commit is contained in:
parent
53d641bd9a
commit
31ad91769e
@ -203,7 +203,7 @@ class nextmatchs
|
|||||||
if ($filter_obj == 1)
|
if ($filter_obj == 1)
|
||||||
{
|
{
|
||||||
$user_groups =
|
$user_groups =
|
||||||
$phpgw->accounts->read_group_names($phpgw_info["user"]["userid"]);
|
$phpgw->accounts->memberships($phpgw_info["user"]["account_id"]);
|
||||||
$indexlimit = count($user_groups);
|
$indexlimit = count($user_groups);
|
||||||
|
|
||||||
$filter_obj = array(array("none",lang("show all")),
|
$filter_obj = array(array("none",lang("show all")),
|
||||||
|
Loading…
Reference in New Issue
Block a user