1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

[ticket/11179] minor fixes

Amends comments to start with capitals. Reinsert blank lines which were
not supposed to be removed

PHPBB3-11179
This commit is contained in:
Dhruv
2012-11-11 10:11:58 +01:00
parent bc77ca4d4e
commit 16bbdf4a52
2 changed files with 3 additions and 1 deletions

View File

@@ -386,6 +386,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
{
return $result_count;
}
$id_ary = array();
$join_topic = ($type == 'posts') ? false : true;