aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2008-04-20 04:58:29 +0000
committerDavid M <davidmj@users.sourceforge.net>2008-04-20 04:58:29 +0000
commit3cced0db7ee5364ab959bf2261bdbf8a2585928a (patch)
tree2d736948c4b1b9a49e965b0717563095143cb2b8 /phpBB
parent0bfd3b59e7c0f565516dc5f626f3aead38a6b886 (diff)
downloadforums-3cced0db7ee5364ab959bf2261bdbf8a2585928a.tar
forums-3cced0db7ee5364ab959bf2261bdbf8a2585928a.tar.gz
forums-3cced0db7ee5364ab959bf2261bdbf8a2585928a.tar.bz2
forums-3cced0db7ee5364ab959bf2261bdbf8a2585928a.tar.xz
forums-3cced0db7ee5364ab959bf2261bdbf8a2585928a.zip
fix whitespace
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8508 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 6a4b6008bd..028456c246 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -1554,7 +1554,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false,
FROM ' . TOPICS_TABLE . ' t
WHERE ' . $db->sql_in_set('t.forum_id', $forum_ids) . '
AND t.topic_approved = 1
- AND t.topic_status <> ' . ITEM_MOVED .'
+ AND t.topic_status <> ' . ITEM_MOVED . '
GROUP BY t.forum_id';
}