From e520c9e70837295f434a75f068ca16d1ab750623 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 9 May 2006 15:30:35 +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/societe.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/societe.class.php b/htdocs/societe.class.php index 8d9e8c1f14e..dbd6eba41cb 100644 --- a/htdocs/societe.class.php +++ b/htdocs/societe.class.php @@ -618,9 +618,8 @@ class Societe $this->pays = $obj->pays; $this->code_pays = $obj->code; - $this->db->free(); - - + $this->db->free($result); + return 1; } else