From be34fcfa8af181c51aa1056b59c655d96b4a4c40 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 30 Dec 2014 21:33:56 +0100 Subject: [PATCH] Removed duplicate link making same thing --- htdocs/core/lib/company.lib.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index 4dd9a51d0b7..5a906298312 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -760,12 +760,12 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='') if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->create) { print ''; - if (! empty($conf->global->AGENDA_USE_EVENT_TYPE)) - { - print ''; - print img_object($langs->trans("Rendez-Vous"),"action_rdv"); - print ' '; - } + //if (! empty($conf->global->AGENDA_USE_EVENT_TYPE)) + //{ + // print ''; + // print img_object($langs->trans("Rendez-Vous"),"action_rdv"); + // print ' '; + //} print ''; print img_object($langs->trans("Event"),"action"); print '';