From 61a13a9141a70c80c1749e302abdff5c49746a37 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 9 May 2006 14:03:29 +0000 Subject: [PATCH] =?UTF-8?q?r=E9cup=E9ration=20de=20l'adresse=20de=20livrai?= =?UTF-8?q?son=20d'une=20propale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/propal.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 75d267ddf5f..10f2912f86d 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -635,8 +635,8 @@ class Propal if ($resqlpays) { - $obja = $this->db->fetch_object($resqlpays); - $this->adresse_livraison_pays = $obja->libelle; + $objz = $this->db->fetch_object($resqlpays); + $this->adresse_livraison_pays = $objz->libelle; } }