From 491671b8963bb445f9cf9af4337e5d4190b8bec0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Jul 2003 16:18:40 +0000 Subject: [PATCH] =?UTF-8?q?poids=20=E0=200.5?= 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 dddaa8b50be..5f2d412f38e 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 = 150000"; + $sql .= ", products_weight = 0.5"; } $sql .= " WHERE products_id = " . $this->oscid;