read_group_names/membership

This commit is contained in:
bettina 2001-02-08 21:57:00 +00:00
parent 53d641bd9a
commit 31ad91769e

View File

@ -203,7 +203,7 @@ class nextmatchs
if ($filter_obj == 1)
{
$user_groups =
$phpgw->accounts->read_group_names($phpgw_info["user"]["userid"]);
$phpgw->accounts->memberships($phpgw_info["user"]["account_id"]);
$indexlimit = count($user_groups);
$filter_obj = array(array("none",lang("show all")),