diff options
author | n-aleha <nick_aleha@myway.com> | 2014-05-19 05:50:29 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-03 06:57:05 +0300 |
commit | 8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb (patch) | |
tree | 7e8b79f7e130fe5f60ae10e2f737ac7c7038caca /phpBB/phpbb/search/base.php | |
parent | 19b9df7e630031e3bdf0640a91f7025da3a00257 (diff) | |
download | forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.tar forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.tar.gz forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.tar.bz2 forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.tar.xz forums-8ac8c9ec616d8a53cdf02459ae08b2b44e7fd4cb.zip |
[ticket/12557] Fix doc block errors found by Sami
More corrections.
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/search/base.php')
-rw-r--r-- | phpBB/phpbb/search/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/search/base.php b/phpBB/phpbb/search/base.php index 90f11fc45a..f90abe10a8 100644 --- a/phpBB/phpbb/search/base.php +++ b/phpBB/phpbb/search/base.php @@ -167,6 +167,7 @@ class base * @param string $search_key an md5 string generated from all the passed search options to identify the results * @param string $keywords contains the keywords as entered by the user * @param array $author_ary an array of author ids, if the author should be ignored during the search the array is empty + * @param int $result_count contains the number of all results for the search (not only for the current page) * @param array &$id_ary contains a list of post or topic ids that shall be cached, the first element * must have the absolute index $start in the result set. * @param int $start indicates the first index of the page |