Fix: TODO get_charset() function don't exists
This commit is contained in:
parent
79af10fc83
commit
976b5c26c7
@ -183,7 +183,8 @@ if (! GETPOST('action','aZ09') || preg_match('/upgrade/i',GETPOST('action','aZ09
|
||||
print '<tr><td>'.$langs->trans("ServerVersion").'</td>';
|
||||
print '<td align="right">'.$version.'</td></tr>';
|
||||
dolibarr_install_syslog("upgrade: " . $langs->transnoentities("ServerVersion") . ": " .$version);
|
||||
if ($db->type == 'mysqli')
|
||||
// TODO get_charset() function don't exists
|
||||
/*if ($db->type == 'mysqli')
|
||||
{
|
||||
$tmparray = $db->db->get_charset();
|
||||
print '<tr><td>'.$langs->trans("ClientCharset").'</td>';
|
||||
@ -192,7 +193,7 @@ if (! GETPOST('action','aZ09') || preg_match('/upgrade/i',GETPOST('action','aZ09
|
||||
print '<tr><td>'.$langs->trans("ClientSortingCharset").'</td>';
|
||||
print '<td align="right">'.$tmparray->collation.'</td></tr>';
|
||||
dolibarr_install_syslog("upgrade: " . $langs->transnoentities("ClientCollation") . ": " .$tmparray->collation);
|
||||
}
|
||||
}*/
|
||||
|
||||
// Test database version requirement
|
||||
$versionmindb=explode('.',$db::VERSIONMIN);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user