From 0ae0d2f19c29d719aa17ed4263110d19fa96059c Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 16 Mar 2007 00:50:34 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@7200 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index fcdbd452a4..bd62366989 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -1490,7 +1490,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false, } else { - $sql = 'SELECT forum_id, COUNT(p.post_id) AS forum_posts, MAX(p.post_id) AS last_post_id + $sql = 'SELECT p.forum_id, COUNT(p.post_id) AS forum_posts, MAX(p.post_id) AS last_post_id FROM ' . POSTS_TABLE . ' p, ' . TOPICS_TABLE . ' t WHERE ' . $db->sql_in_set('p.forum_id', $forum_ids) . ' AND p.topic_id = t.topic_id