From 106b4fb364dfe934e9bba5dbeaed9491b59e4cda Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 15 Jul 2003 11:13:07 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20buf=20cr=E9ation=20d'un=20produit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product.class.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/product.class.php3 b/htdocs/product.class.php3 index eae971a0db4..b511b59bb34 100644 --- a/htdocs/product.class.php3 +++ b/htdocs/product.class.php3 @@ -35,6 +35,7 @@ class Product { $this->db = $DB; $this->id = $id ; + $this->envente = 0; } /* *