Redundant pagination, mysql 5.7+ issue, release template option

This commit is contained in:
Yuriy Pikhtarev 2017-02-04 22:11:11 +03:00
commit ed3682292e
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
4 changed files with 62 additions and 62 deletions

View file

@ -49,7 +49,7 @@ $sql = DB()->fetch_rowset("
AND tor.topic_id = t.topic_id
AND t.forum_id = f.forum_id
$not_auth_forums_sql
GROUP BY tr.topic_id
GROUP BY tr.topic_id, tr.peer_hash
ORDER BY f.forum_name, t.topic_title
");