1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-29 14:37:11 +02: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:
Nils Adermann
2008-12-04 17:01:39 +00:00
parent 945e6e1e78
commit c931ce3a54

View File

@ -697,7 +697,7 @@ class fulltext_native extends search_backend
if ($left_join_topics)
{
$sql_array['LEFT_JOIN'][$left_join_topics] = array(
'FROM' => TOPICS_TABLE => 't',
'FROM' => array(TOPICS_TABLE => 't'),
'ON' => 'p.topic_id = t.topic_id'
);
}