diff --git a/addressbook/inc/class.contacts_admin_prefs.inc.php b/addressbook/inc/class.contacts_admin_prefs.inc.php index cbbd950671..d4fcfbffd6 100644 --- a/addressbook/inc/class.contacts_admin_prefs.inc.php +++ b/addressbook/inc/class.contacts_admin_prefs.inc.php @@ -51,8 +51,17 @@ class contacts_admin_prefs 'no_lang' => true, 'link' => false ), +/* array( + 'text' => ''.lang('Advanced search').'', + 'no_lang' => true, + 'link' => false + ),*/ // Disabled til they are working again -// 'Advanced search'=>$GLOBALS['egw']->link('/index.php','menuaction=addressbook.uicontacts.search'), // 'import contacts' => $GLOBALS['egw']->link('/index.php','menuaction=addressbook.uiXport.import'), // 'export contacts' => $GLOBALS['egw']->link('/index.php','menuaction=addressbook.uiXport.export'), 'CSV-Import' => $GLOBALS['egw']->link('/addressbook/csv_import.php')