From 5522eebd9ad5493432550881aa5cf5e7ad33cbf5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 3 Aug 2003 19:22:01 +0000 Subject: [PATCH] Ajout param label_url --- htdocs/product.class.php3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/product.class.php3 b/htdocs/product.class.php3 index ad44872e391..d932fcb906b 100644 --- a/htdocs/product.class.php3 +++ b/htdocs/product.class.php3 @@ -130,6 +130,8 @@ class Product $this->duration_value = substr($result["duration"],0,strlen($result["duration"])-1); $this->duration_unit = substr($result["duration"],-1); + $this->label_url = ''.$this->label.''; + $this->db->free(); } else