Fix repair of utf8

This commit is contained in:
Laurent Destailleur 2017-11-14 19:00:52 +01:00
parent f789714f14
commit 388b90a94c

View File

@ -897,7 +897,7 @@ if ($ok && GETPOST('force_utf8_on_tables','alpha'))
{
print '<tr><td colspan="2"><br>*** Force page code and collation with utf8 (for mysql/mariadb only)</td></tr>';
if ($db->type == "mysql")
if ($db->type == "mysql" || $db->type == "mysqli")
{
$listoftables = $db->DDLListTables($db->database_name);