From 5c5682998c1e6c63ec5aef0b7f7942f2c40faf65 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Feb 2011 10:45:15 +0000 Subject: [PATCH] Fix: Wrong target in menu --- htdocs/product/liste.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index d542e48d3ec..67bc5d11e9e 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -199,7 +199,7 @@ if ($resql) if ($num == 1 && ($sall || $snom || $sref || $sbarcode) && $_POST["action"] != 'list') { $objp = $db->fetch_object($resql); - Header("Location: fiche.php?id=$objp->rowid"); + Header("Location: fiche.php?id=".$objp->rowid); exit; } @@ -222,7 +222,7 @@ if ($resql) $helpurl='EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios'; } - llxHeader("",$title,$helpurl,$texte); + llxHeader('',$title,$helpurl,''); // Displays product removal confirmation if (!empty($_GET['delprod']))