From 9fb5630710a66ced2839aee586441da6a6f4a84d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 27 Jul 2004 10:41:52 +0000 Subject: [PATCH] Synchro --- htdocs/product.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/product.class.php b/htdocs/product.class.php index 487c7eb36b4..a1c9682b361 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -248,7 +248,6 @@ class Product $this->db->free(); - $sql = "SELECT reel, fk_entrepot"; $sql .= " FROM ".MAIN_DB_PREFIX."product_stock WHERE fk_product = $id"; $result = $this->db->query($sql) ; @@ -275,8 +274,6 @@ class Product } $this->db->free(); } - - return 1; } else