mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
8b63049936
commit
69a8e33d48
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue