cleanup, related to bug #19195

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8879 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2008-09-18 14:32:15 +00:00
parent 8b63049936
commit 69a8e33d48

View file

@ -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;