mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
silly pants
git-svn-id: file:///svn/phpbb/trunk@6857 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5474f1a0ae
commit
0ac5a3bdbe
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ class install_convert extends module
|
||||||
|
|
||||||
if ($mysql_convert)
|
if ($mysql_convert)
|
||||||
{
|
{
|
||||||
$db->sql_query("SET NAMES 'latin1'");
|
$db->sql_query("SET NAMES 'binary'");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Take skip rows into account and only fetch batch_size amount of rows
|
// Take skip rows into account and only fetch batch_size amount of rows
|
||||||
|
|
Loading…
Add table
Reference in a new issue