diff options
author | David M <davidmj@users.sourceforge.net> | 2008-04-20 04:58:29 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2008-04-20 04:58:29 +0000 |
commit | 3cced0db7ee5364ab959bf2261bdbf8a2585928a (patch) | |
tree | 2d736948c4b1b9a49e965b0717563095143cb2b8 /phpBB | |
parent | 0bfd3b59e7c0f565516dc5f626f3aead38a6b886 (diff) | |
download | forums-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.php | 2 |
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'; } |