forked from extern/egroupware
Disabled the group filter part
This commit is contained in:
parent
13f1ac3bcb
commit
1d85c1d8c7
@ -307,7 +307,7 @@
|
|||||||
{
|
{
|
||||||
if ($filter_obj == 1)
|
if ($filter_obj == 1)
|
||||||
{
|
{
|
||||||
$user_groups = $phpgw->accounts->memberships($phpgw_info['user']['account_id']);
|
// $user_groups = $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