fix bad edit 😳
This commit is contained in:
parent
c6aa069705
commit
9ae24a0369
@ -112,7 +112,7 @@ class DoliDBMysqli extends DoliDB
|
||||
$this->ok = true;
|
||||
|
||||
// If client is old latin, we force utf8
|
||||
$clientmustbe = empty($conf->db->character_set) ? 'utf8' : $conf->db->db_character_set;
|
||||
$clientmustbe = empty($conf->db->character_set) ? 'utf8' : $conf->db->character_set;
|
||||
if (preg_match('/latin1/', $clientmustbe)) {
|
||||
$clientmustbe = 'utf8';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user