From a3413a5306dc5d5db55a81592cea9ba98d906cdc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 26 May 2003 15:06:37 +0000 Subject: [PATCH] Gestion de l'image --- htdocs/boutique/livre/livre.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/boutique/livre/livre.class.php b/htdocs/boutique/livre/livre.class.php index 6374c1a5a57..2a921d4d8d8 100644 --- a/htdocs/boutique/livre/livre.class.php +++ b/htdocs/boutique/livre/livre.class.php @@ -30,6 +30,7 @@ class Livre { var $annee; var $editeurid; var $titre; + var $image; var $description; var $price ; var $status ; @@ -525,6 +526,7 @@ class Livre { $result = $this->db->fetch_array(); $this->status = $result["products_status"]; + $this->image = $result["products_image"]; if ($this->status) {