From 254ff17297ca7da7e0887d2c7074760af9eeb8a9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Jul 2003 16:13:11 +0000 Subject: [PATCH] =?UTF-8?q?poids=20=E0=20150000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/boutique/livre/livre.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/boutique/livre/livre.class.php b/htdocs/boutique/livre/livre.class.php index f2e3c01a645..dddaa8b50be 100644 --- a/htdocs/boutique/livre/livre.class.php +++ b/htdocs/boutique/livre/livre.class.php @@ -405,7 +405,7 @@ class Livre { } else { - $sql .= ", products_weight = -1"; + $sql .= ", products_weight = 150000"; } $sql .= " WHERE products_id = " . $this->oscid;