Code comment
This commit is contained in:
parent
388b90a94c
commit
77b6ef7396
@ -895,7 +895,7 @@ if ($ok && GETPOST('force_disable_of_modules_not_found','alpha'))
|
||||
// clean_linked_elements: Check and clean linked elements
|
||||
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>';
|
||||
print '<tr><td colspan="2"><br>*** Force page code and collation with utf8/utf8_unicode_ci (for mysql/mariadb only)</td></tr>';
|
||||
|
||||
if ($db->type == "mysql" || $db->type == "mysqli")
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user