From 06ef4ea4c4fa52d4730b3a7918ce8725a87dd186 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 11 Jun 2012 22:38:52 +0200 Subject: [PATCH] Fix: missing end parenthesis --- htdocs/compta/ventilation/liste.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/ventilation/liste.php b/htdocs/compta/ventilation/liste.php index 361a535d1e8..7359d5d5333 100644 --- a/htdocs/compta/ventilation/liste.php +++ b/htdocs/compta/ventilation/liste.php @@ -42,8 +42,8 @@ if ($user->societe_id > 0) accessforbidden(); llxHeader('','Ventilation'); /* -* Lignes de factures -*/ + * Lignes de factures + */ $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); @@ -69,7 +69,7 @@ if ($result) $num_lignes = $db->num_rows($result); $i = 0; - print_barre_liste($langs->trans("InvoiceLinesToDispatch",$page,"liste.php","",$sortfield,$sortorder,'',$num_lignes); + print_barre_liste($langs->trans("InvoiceLinesToDispatch"),$page,"liste.php","",$sortfield,$sortorder,'',$num_lignes); print ''; print ''; @@ -124,7 +124,7 @@ else { print $db->error(); } -$db->close(); llxFooter(); +$db->close(); ?>
'.$langs->trans("Invoice").'