2
0
forked from Wavyzz/dolibarr

Fix: A lot of fix on LDAP synchro.

This commit is contained in:
Laurent Destailleur
2009-08-11 20:16:58 +00:00
parent 9ad62d0f66
commit 51cc44ba2e
23 changed files with 435 additions and 219 deletions

View File

@@ -2620,11 +2620,11 @@ function dol_entity_decode($stringhtml,$pagecodeto='UTF-8')
}
/**
\brief Check if a string is a correct iso string
If not, it will we considered not HTML encoded even if it is by FPDF.
\remarks Example, if string contains euro symbol that has ascii code 128.
\param s String to check
\return int 0 if bad iso, 1 if good iso
* \brief Check if a string is a correct iso string
* If not, it will we considered not HTML encoded even if it is by FPDF.
* \remarks Example, if string contains euro symbol that has ascii code 128.
* \param s String to check
* \return int 0 if bad iso, 1 if good iso
*/
function dol_string_is_good_iso($s)
{