From 64dd72aec7a46f67481dd5604cb00807666899d6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 10 Apr 2006 10:21:07 +0000 Subject: [PATCH] =?UTF-8?q?bugfix:=20modification=20de=20la=20fonction=20d?= =?UTF-8?q?e=20v=E9rification=20de=20l'utlisation=20d'un=20produit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product.class.php b/htdocs/product.class.php index b8c7440f10c..7021230e0d4 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -255,7 +255,7 @@ class Product */ function verif_prod_use($id) { - $sqr = 0 + $sqr = 0; $sql = "SELECT rowid"; $sql.= " FROM ".MAIN_DB_PREFIX."propaldet";