From 7e3e434e39106e4bcc521838cf5a943511b52fac Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 22 Feb 2011 17:16:17 +0000 Subject: [PATCH] Remove link to old import --- addressbook/inc/class.addressbook_hooks.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_hooks.inc.php b/addressbook/inc/class.addressbook_hooks.inc.php index 67224c2795..75f23f8e50 100644 --- a/addressbook/inc/class.addressbook_hooks.inc.php +++ b/addressbook/inc/class.addressbook_hooks.inc.php @@ -35,7 +35,6 @@ class addressbook_hooks 'Advanced search' => "javascript:egw_openWindowCentered2('". egw::link('/index.php',array('menuaction' => 'addressbook.addressbook_ui.search'),false). "','_blank',870,480,'yes')", - 'CSV-Import' => egw::link('/addressbook/csv_import.php') ); display_sidebox($appname,lang('Addressbook menu'),$file); }