Remove link to old import

This commit is contained in:
Nathan Gray 2011-02-22 17:16:17 +00:00
parent 838f4664f1
commit 7e3e434e39

View File

@ -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);
}