mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
not quite
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9173 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
945e6e1e78
commit
c931ce3a54
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ class fulltext_native extends search_backend
|
||||||
if ($left_join_topics)
|
if ($left_join_topics)
|
||||||
{
|
{
|
||||||
$sql_array['LEFT_JOIN'][$left_join_topics] = array(
|
$sql_array['LEFT_JOIN'][$left_join_topics] = array(
|
||||||
'FROM' => TOPICS_TABLE => 't',
|
'FROM' => array(TOPICS_TABLE => 't'),
|
||||||
'ON' => 'p.topic_id = t.topic_id'
|
'ON' => 'p.topic_id = t.topic_id'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue