From 1ab5824da7675ca10d63eaf76ab753e9931e0e3f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 9 May 2006 17:49:12 +0000 Subject: [PATCH] =?UTF-8?q?r=E9cup=E9ration=20du=20contact=20d'une=20propa?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/propal.class.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 7c0677364f9..b9343d4f897 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -359,6 +359,19 @@ class Propal $this->adresse = $adresse; } + /** + * + * + */ + + function fetch_contact_propal($id) + { + $idcontact = $id; + $contact = new Contact($this->db); + $contact->fetch($idcontact); + $this->contact = $contact; + } + /**