mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
fix whitespace
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8508 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0bfd3b59e7
commit
3cced0db7e
1 changed files with 1 additions and 1 deletions
|
@ -1554,7 +1554,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false,
|
||||||
FROM ' . TOPICS_TABLE . ' t
|
FROM ' . TOPICS_TABLE . ' t
|
||||||
WHERE ' . $db->sql_in_set('t.forum_id', $forum_ids) . '
|
WHERE ' . $db->sql_in_set('t.forum_id', $forum_ids) . '
|
||||||
AND t.topic_approved = 1
|
AND t.topic_approved = 1
|
||||||
AND t.topic_status <> ' . ITEM_MOVED .'
|
AND t.topic_status <> ' . ITEM_MOVED . '
|
||||||
GROUP BY t.forum_id';
|
GROUP BY t.forum_id';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue