Ajout filtre dans ldap_unacc
This commit is contained in:
parent
c2a1b505c5
commit
addd111141
@ -45,9 +45,10 @@ Function dolibarr_ldap_bind($ds)
|
|||||||
|
|
||||||
Function ldap_unacc($str)
|
Function ldap_unacc($str)
|
||||||
{
|
{
|
||||||
|
|
||||||
$stu = ereg_replace("é","e",$str);
|
$stu = ereg_replace("é","e",$str);
|
||||||
|
$stu = ereg_replace("è","e",$str);
|
||||||
|
$stu = ereg_replace("ê","e",$str);
|
||||||
|
$stu = ereg_replace("à","a",$str);
|
||||||
return $stu;
|
return $stu;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user