use mb_substr instead of substr + force to work internally in UTF8
This commit is contained in:
parent
4ca178f8e8
commit
1f2522a579
30 changed files with 50 additions and 40 deletions
|
|
@ -31,7 +31,7 @@ require_once('class_database.php');
|
|||
require_once('class_user.php');
|
||||
$gDossier=dossier::id();
|
||||
$cn=new Database($gDossier);
|
||||
|
||||
mb_internal_encoding("UTF-8");
|
||||
$g_user=new User($cn);
|
||||
$g_user->Check();
|
||||
$action=$g_user->check_dossier($gDossier);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue