From 752c867882d259540bf39393848322ad39d67d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Thu, 23 Aug 2012 09:45:52 +0200 Subject: [PATCH] I like more this variable name :D --- htdocs/compta/bank/ligne.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index c60dec26960..584afaa321f 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -222,7 +222,7 @@ if ($result) $var=false; -$head = array( +$tabs = array( array( DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$rowid, $langs->trans('Card') @@ -233,7 +233,7 @@ $head = array( ) ); -dol_fiche_head($head, 0, $langs->trans('LineRecord'), 0, 'account'); +dol_fiche_head($tabs, 0, $langs->trans('LineRecord'), 0, 'account'); dol_htmloutput_mesg($mesg);