mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Redundant pagination, mysql 5.7+ issue, release template option
This commit is contained in:
parent
195fe90fc8
commit
ed3682292e
4 changed files with 62 additions and 62 deletions
|
@ -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
|
||||
");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue