From dbb226f244940a4e15c911a71aaf77c8f057c573 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 23 Jul 2007 17:13:44 +0000 Subject: a little comment git-svn-id: file:///svn/phpbb/trunk@7931 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/search/fulltext_native.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 9cad77dd7f..e99d94bc53 100755 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -744,6 +744,7 @@ class fulltext_native extends search_backend * Performs a search on an author's posts without caring about message contents. Depends on display specific params * * @param string $type contains either posts or topics depending on what should be searched for + * @param boolean $firstpost_only if true, only topic starting posts will be considered * @param array &$sort_by_sql contains SQL code for the ORDER BY part of a query * @param string &$sort_key is the key of $sort_by_sql for the selected sorting * @param string &$sort_dir is either a or d representing ASC and DESC -- cgit v1.2.1