diff options
Diffstat (limited to 'phpBB/includes/search/fulltext_native.php')
-rwxr-xr-x | phpBB/includes/search/fulltext_native.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 315e811fcd..674199d69f 100755 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -770,7 +770,7 @@ class fulltext_native extends search_backend $sql = 'SELECT COUNT(DISTINCT t.topic_id) as total_results'; } - $sql .= 'FROM ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . " p + $sql .= ' FROM ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . " p WHERE $sql_author $sql_topic_id $m_approve_fid_sql |