From 26952223f37d033b278da347ca510477cbba9770 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 22 May 2007 18:06:38 +0000 Subject: [PATCH] "fix for bug reported by Frank-braucht-Hilfe from the German list: infolog's from one organisation are incomplte if the org-view was limited by a searchletter" --- addressbook/inc/class.uicontacts.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/inc/class.uicontacts.inc.php b/addressbook/inc/class.uicontacts.inc.php index 54ef4feefd..a337fb7c06 100644 --- a/addressbook/inc/class.uicontacts.inc.php +++ b/addressbook/inc/class.uicontacts.inc.php @@ -350,6 +350,7 @@ class uicontacts extends bocontacts $query = $GLOBALS['egw']->session->appsession('index','addressbook'); $query['num_rows'] = -1; // all $query['org_view'] = $org; + $query['searchletter'] = ''; $this->get_rows($query,$checked,$readonlys,true); // true = only return the id's if (count($checked) > 1) // use a nicely formatted org-name as title in infolog