utf8_decode est aussi utile pour Active Directory
This commit is contained in:
parent
414af6acf1
commit
33b8f7231f
@ -1045,8 +1045,9 @@ class Ldap
|
||||
*/
|
||||
function ldap_utf8_decode($string)
|
||||
{
|
||||
if ($this->serverType != "activedirectory") return utf8_decode($string);
|
||||
else return($string);
|
||||
//if ($this->serverType != "activedirectory") return utf8_decode($string);
|
||||
//else return($string);
|
||||
return utf8_decode($string); //utile aussi avec Active Directory - Regis
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user