From 187c40aca9b77b1371a815251efa36bf6588f88b Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Thu, 6 Aug 2015 18:20:09 +0200 Subject: [PATCH] Update functions.lib.php --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index da2a301fa59..bf05f53f897 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -702,7 +702,7 @@ function dol_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto */ function dol_get_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto='', $pictoisfullpath=0) { - global $conf,$langs, $hookmanager;; + global $conf,$langs, $hookmanager; $tabsname=str_replace ("@","",$picto); $out="\n".'
'."\n";