diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-18 14:32:15 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-18 14:32:15 +0000 |
commit | 69a8e33d4867f6415103f789be785f9657c58133 (patch) | |
tree | 8cdf5521dd3726aae6937700d2223c3f7b09fb95 /phpBB | |
parent | 8b630499363f6eb53449167cc017ccea0654faa8 (diff) | |
download | forums-69a8e33d4867f6415103f789be785f9657c58133.tar forums-69a8e33d4867f6415103f789be785f9657c58133.tar.gz forums-69a8e33d4867f6415103f789be785f9657c58133.tar.bz2 forums-69a8e33d4867f6415103f789be785f9657c58133.tar.xz forums-69a8e33d4867f6415103f789be785f9657c58133.zip |
cleanup, related to bug #19195
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8879 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/search/fulltext_native.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 27c57c125e..9bd3c81311 100644 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -447,14 +447,12 @@ class fulltext_native extends search_backend 'FROM' => array( SEARCH_WORDMATCH_TABLE => array(), SEARCH_WORDLIST_TABLE => array(), -// POSTS_TABLE => 'p' ), 'LEFT_JOIN' => array(array( 'FROM' => array(POSTS_TABLE => 'p'), 'ON' => 'm0.post_id = p.post_id', )), ); -// $sql_where[] = 'm0.post_id = p.post_id'; $title_match = ''; $group_by = true; |