From 0d055690376bb898771375c8f43804d7fab8417f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 22 Nov 2011 18:22:27 +0100 Subject: [PATCH] Qual: Removed tons of warning --- htdocs/core/lib/company.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index 17ed5593e2d..5eb45fcca67 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -565,7 +565,7 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='') if ($conf->agenda->enabled && $user->rights->agenda->myactions->create) { - print ''; + print ''; print img_object($langs->trans("Rendez-Vous"),"action"); print ''; }