diff options
| author | n-aleha <nick_aleha@myway.com> | 2014-05-19 04:07:08 +0300 |
|---|---|---|
| committer | n-aleha <nick_aleha@myway.com> | 2014-08-03 07:06:29 +0300 |
| commit | 8f2395857e785cf8b7ccb338937b7cd30b329aab (patch) | |
| tree | 69f9a2901318dfeb0561d2816ffa1f0f7232b636 /phpBB/phpbb/search/base.php | |
| parent | f34bc924a6f16920c215fe6661dbccab1271a722 (diff) | |
| download | forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.tar forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.tar.gz forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.tar.bz2 forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.tar.xz forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.zip | |
[ticket/12557] Search, cron and profilefields fixes
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/search/base.php')
| -rw-r--r-- | phpBB/phpbb/search/base.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/search/base.php b/phpBB/phpbb/search/base.php index f90abe10a8..c41a7b50d5 100644 --- a/phpBB/phpbb/search/base.php +++ b/phpBB/phpbb/search/base.php @@ -86,8 +86,8 @@ class base * Retrieves cached search results * * @param string $search_key an md5 string generated from all the passed search options to identify the results - * @param int &$result_count will contain the number of all results for the search (not only for the current page) - * @param array &$id_ary is filled with the ids belonging to the requested page that are stored in the cache + * @param int $result_count will contain the number of all results for the search (not only for the current page) + * @param array $id_ary is filled with the ids belonging to the requested page that are stored in the cache * @param int $start indicates the first index of the page * @param int $per_page number of ids each page is supposed to contain * @param string $sort_dir is either a or d representing ASC and DESC @@ -168,7 +168,7 @@ class base * @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 + * @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 * @param string $sort_dir is either a or d representing ASC and DESC |
