aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-23 17:13:44 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-23 17:13:44 +0000
commitdbb226f244940a4e15c911a71aaf77c8f057c573 (patch)
tree9562eba85f8757fa91baf671a754914aaf7664d5
parente8ae63daf6c693fb02883e33b8f561168507d449 (diff)
downloadforums-dbb226f244940a4e15c911a71aaf77c8f057c573.tar
forums-dbb226f244940a4e15c911a71aaf77c8f057c573.tar.gz
forums-dbb226f244940a4e15c911a71aaf77c8f057c573.tar.bz2
forums-dbb226f244940a4e15c911a71aaf77c8f057c573.tar.xz
forums-dbb226f244940a4e15c911a71aaf77c8f057c573.zip
a little comment
git-svn-id: file:///svn/phpbb/trunk@7931 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-xphpBB/includes/search/fulltext_native.php1
1 files changed, 1 insertions, 0 deletions
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