From c74d00b8ffc092c8b731aeff2a2b29e437765480 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 23 Nov 2001 03:49:56 +0000 Subject: [PATCH] show also private when "show all" is selected --- phpgwapi/inc/class.contacts_ldap.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.contacts_ldap.inc.php b/phpgwapi/inc/class.contacts_ldap.inc.php index f46b158792..02ab4a320a 100644 --- a/phpgwapi/inc/class.contacts_ldap.inc.php +++ b/phpgwapi/inc/class.contacts_ldap.inc.php @@ -347,7 +347,8 @@ if (is_array($this->grants)) { - $filterfields += array('phpgwcontactaccess' => 'public'); + /* this was not listing private entries when show all was selected */ + /* $filterfields += array('phpgwcontactaccess' => 'public'); */ $grants = $this->grants; while (list($user) = each($grants)) {