From 21a85af3d624fbf0332d2d36545f4c45125e3f16 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 10 May 2009 15:02:04 +0000 Subject: [PATCH] "fix for bug #2072: usergroups invisible after last svn update" --- phpgwapi/inc/class.accounts_sql.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpgwapi/inc/class.accounts_sql.inc.php b/phpgwapi/inc/class.accounts_sql.inc.php index ac8ccadfe5..a022cf4671 100644 --- a/phpgwapi/inc/class.accounts_sql.inc.php +++ b/phpgwapi/inc/class.accounts_sql.inc.php @@ -379,8 +379,6 @@ class accounts_sql break; } } - $criteria[] = "egw_addressbook.account_id is not null "; - if (!is_object($GLOBALS['egw']->contacts)) throw new exception('No $GLOBALS[egw]->contacts!'); $accounts = array();