mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Merge pull request #177 from diolektor/fix-sql-viewforum
Remove order from sql
This commit is contained in:
commit
cc69d607e7
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ if (!$forum_data['forum_parent'] && isset($forums['f'][$forum_id]['subforums'])
|
||||||
WHERE f.forum_parent = $forum_id
|
WHERE f.forum_parent = $forum_id
|
||||||
$only_new_sql
|
$only_new_sql
|
||||||
$ignore_forum_sql
|
$ignore_forum_sql
|
||||||
GROUP BY f.forum_id
|
|
||||||
ORDER BY f.forum_order
|
ORDER BY f.forum_order
|
||||||
";
|
";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue