mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Remove order from sql
This commit is contained in:
parent
e87f1beff0
commit
4db5588266
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