Ajout suppression des accents temporaires

This commit is contained in:
Rodolphe Quiedeville 2004-01-23 14:26:41 +00:00
parent ea4771ca15
commit 651a4f5d32

View File

@ -103,8 +103,8 @@ class Contact
if ($ldapbind) if ($ldapbind)
{ {
$info["cn"] = $this->firstname." ".$this->name; $info["cn"] = ldap_unacc($this->firstname." ".$this->name);
$info["sn"] = $this->name; $info["sn"] = ldap_unacc($this->name);
if ($this->email) if ($this->email)
$info["rfc822Mailbox"] = $this->email; $info["rfc822Mailbox"] = $this->email;
@ -121,7 +121,6 @@ class Contact
$info["mobile"] = $this->phone_mobile; $info["mobile"] = $this->phone_mobile;
//$info["homePostalAddress"] = "AdressePersonnelle\nVIlle"; //$info["homePostalAddress"] = "AdressePersonnelle\nVIlle";
//$info["street"] = "street"; //$info["street"] = "street";
//$info["postalCode"] = "postalCode"; //$info["postalCode"] = "postalCode";
//$info["postalAddress"] = "postalAddress"; //$info["postalAddress"] = "postalAddress";