Synchro
This commit is contained in:
parent
5e7ede92d2
commit
237d55f4ba
@ -81,6 +81,13 @@ class Contact
|
|||||||
$sql .= ", fax='$this->fax'";
|
$sql .= ", fax='$this->fax'";
|
||||||
$sql .= ", email='$this->email'";
|
$sql .= ", email='$this->email'";
|
||||||
$sql .= ", note='$this->note'";
|
$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 = '$this->phone_pro'";
|
||||||
$sql .= ", phone_perso = '$this->phone_perso'";
|
$sql .= ", phone_perso = '$this->phone_perso'";
|
||||||
$sql .= ", phone_mobile = '$this->phone_mobile'";
|
$sql .= ", phone_mobile = '$this->phone_mobile'";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user