From 651a4f5d32355a9195110fa99d1cb78c46e6a751 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 23 Jan 2004 14:26:41 +0000 Subject: [PATCH] Ajout suppression des accents temporaires --- htdocs/contact.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 303eed5c8d4..208f634a026 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -103,8 +103,8 @@ class Contact if ($ldapbind) { - $info["cn"] = $this->firstname." ".$this->name; - $info["sn"] = $this->name; + $info["cn"] = ldap_unacc($this->firstname." ".$this->name); + $info["sn"] = ldap_unacc($this->name); if ($this->email) $info["rfc822Mailbox"] = $this->email; @@ -121,7 +121,6 @@ class Contact $info["mobile"] = $this->phone_mobile; //$info["homePostalAddress"] = "AdressePersonnelle\nVIlle"; - //$info["street"] = "street"; //$info["postalCode"] = "postalCode"; //$info["postalAddress"] = "postalAddress";