aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/search/fulltext_postgres.php')
-rw-r--r--phpBB/includes/search/fulltext_postgres.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php
index 414b75f0f1..7863d070d4 100644
--- a/phpBB/includes/search/fulltext_postgres.php
+++ b/phpBB/includes/search/fulltext_postgres.php
@@ -29,7 +29,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
protected $stats = array();
/**
- * Holds the words entered by user splitted in array
+ * Holds the words entered by user, obtained by splitting the entered query on whitespace
* @var array
*/
protected $split_words = array();