From 75e487ab047eb4679bc8244291f304d3407b04b1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 24 Aug 2006 18:57:22 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index aa92c461384..ad4eb568acf 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -821,12 +821,12 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status) $result=$db->query($sql); if ($result) { + $var=true; $num = $db->num_rows($result); print ''; if ($num) { $i = 0; - $var=true; while ($i < $num) { $objp = $db->fetch_object($result); @@ -851,7 +851,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->status) } } else { - print ""; }
"; + print "
"; print $langs->trans("NoOpenedPropals"); print "