From a3ff0decd1f102581762de8d921a7b06e9268bee Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 24 Jun 2006 06:09:02 +0000 Subject: [PATCH] making "all" the default for the addressbook selection (was the personal addressbook) --- addressbook/inc/class.uicontacts.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addressbook/inc/class.uicontacts.inc.php b/addressbook/inc/class.uicontacts.inc.php index dde5d3ae3b..eb006e1ffd 100644 --- a/addressbook/inc/class.uicontacts.inc.php +++ b/addressbook/inc/class.uicontacts.inc.php @@ -140,8 +140,7 @@ class uicontacts extends bocontacts 'sort' => 'ASC', // IO direction of the sort: 'ASC' or 'DESC' 'col_filter' => array(), // IO array of column-name value pairs (optional for the filterheaders) 'filter_label' => lang('Addressbook'), // I label for filter (optional) - // filter needs to be type string as as int it matches the private addressbook too! - 'filter' => (string) $GLOBALS['egw_info']['user']['account_id'], // IO filter, if not 'no_filter' => True + 'filter' => '', // =All // IO filter, if not 'no_filter' => True 'filter_no_lang' => True, // I set no_lang for filter (=dont translate the options) 'no_filter2' => True, // I disable the 2. filter (params are the same as for filter) 'filter2' => '', // IO filter2, if not 'no_filter2' => True