This commit is contained in:
Rodolphe Quiedeville 2004-02-13 13:56:47 +00:00
parent 5e7ede92d2
commit 237d55f4ba

View File

@ -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'";