1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge pull request #6014 from rxu/ticket/16538

[ticket/16538] Add MySQL 8 tests
This commit is contained in:
Marc Alexander
2020-10-25 16:21:01 +01:00
13 changed files with 91 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ function generate_smilies($mode, $forum_id)
SMILIES_TABLE => 's',
],
'GROUP_BY' => 's.smiley_url, s.smiley_width, s.smiley_height',
'ORDER_BY' => 'min_smiley_order',
'ORDER_BY' => $db->sql_quote('min_smiley_order'),
];
}
else