From 8fbf6a496dee690c026cddd0a092818203d0e4f0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 Mar 2003 21:42:10 +0000 Subject: [PATCH] C'est l'histoire de paf le chien qui traverse la route et ...... PAF le chien ! --- htdocs/boutique/commande/commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/boutique/commande/commande.class.php b/htdocs/boutique/commande/commande.class.php index d0bef61abd4..281d8b513f2 100644 --- a/htdocs/boutique/commande/commande.class.php +++ b/htdocs/boutique/commande/commande.class.php @@ -52,6 +52,7 @@ class Commande { $result = $this->db->fetch_array(); $this->id = $result["orders_id"]; + $this->client_id = stripslashes($result["customers_id"]); $this->client_name = stripslashes($result["customers_name"]); $this->db->free();