From 2f821b86a0308f78dfd6abea5609c6cd42a9e425 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 24 Jun 2003 20:44:43 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20fix=20Il=20restait=20un=20socpeople=20dan?= =?UTF-8?q?s=20cette=20classe,=20grrr=20va=20falloir=20sortir=20la=200.1.4?= =?UTF-8?q?=20plus=20vite=20que=20pr=E9vu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/societe.class.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/societe.class.php3 b/htdocs/societe.class.php3 index a27a182400e..c35f8045923 100644 --- a/htdocs/societe.class.php3 +++ b/htdocs/societe.class.php3 @@ -253,7 +253,7 @@ class Societe { { $contact_email = array(); - $sql = "SELECT idp, email, name, firstname FROM socpeople WHERE fk_soc = $this->id"; + $sql = "SELECT idp, email, name, firstname FROM llx_socpeople WHERE fk_soc = $this->id"; if ($this->db->query($sql) ) { @@ -285,7 +285,7 @@ class Societe { Function contact_get_email($rowid) { - $sql = "SELECT idp, email, name, firstname FROM socpeople WHERE idp = $rowid"; + $sql = "SELECT idp, email, name, firstname FROM llx_socpeople WHERE idp = $rowid"; if ($this->db->query($sql) ) {