From e498b086bd66b368fdea4074758b9a75b9c32b7d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 30 Apr 2011 01:18:26 +0000 Subject: [PATCH] Fix: Removed warning --- htdocs/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 9dc9d55030e..75182127803 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -471,7 +471,7 @@ function dolibarr_fiche_head($links, $active='0', $title='', $notab=0) * @param notab 0=Add tab header, 1=no tab header * @param picto Add a picto on tab title */ -function dol_fiche_head($links, $active='0', $title='', $notab=0, $picto='') +function dol_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto='') { print "\n".'
'."\n";