From 65b44101d246eb2d945695da4cb019a22712828e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 9 Apr 2005 15:13:13 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Corrige=20pb=20compatibilit=E9=20avec=20?= =?UTF-8?q?vieilles=20versions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/price.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 8d130f58049..8f564cfff09 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -108,7 +108,7 @@ if ($result) if (! $num) { - $result = $db->free($result) ; + $db->free($result) ; // Il doit au moins y avoir la ligne de prix initial. // On l'ajoute donc pour remettre à niveau pb vieilles versions