From 237d55f4ba7bf076199fc540aa945a06e80ec9bd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 13 Feb 2004 13:56:47 +0000 Subject: [PATCH] Synchro --- htdocs/contact.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 6fd6b3f71d4..9b870570a79 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -81,6 +81,13 @@ class Contact $sql .= ", fax='$this->fax'"; $sql .= ", email='$this->email'"; $sql .= ", note='$this->note'"; + + $contact->address = $HTTP_POST_VARS["adresse"]; + $contact->cp = $HTTP_POST_VARS["cp"]; + $contact->ville = $HTTP_POST_VARS["ville"]; + + + $sql .= ", phone = '$this->phone_pro'"; $sql .= ", phone_perso = '$this->phone_perso'"; $sql .= ", phone_mobile = '$this->phone_mobile'";