From 455edddd5b249a65a186531d54c742bbd802d306 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 13 Jun 2011 13:40:20 +0000 Subject: [PATCH] Fix: missing tabs --- htdocs/lib/functions.lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 4711fdd1a09..fb4c1a1ef5a 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -488,7 +488,6 @@ function dol_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto } // Define max of key (max may be higher than sizeof becaus of hole due to module disabling some tabs). - $links=array(); $keys=array_keys($links); if (sizeof($keys)) $maxkey=max($keys); else $maxkey=-1;