aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-08-19 13:13:03 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-11-09 15:54:39 +0100
commit7c3cbc07cf708865a8ab45547e5a8e70bb82196d (patch)
tree7cf83bfea7816663a6fd1e0881692cdc7ecaca7f /phpBB/includes/search/fulltext_postgres.php
parent5a2cbc241757fc5995419de52910f9067585e068 (diff)
downloadforums-7c3cbc07cf708865a8ab45547e5a8e70bb82196d.tar
forums-7c3cbc07cf708865a8ab45547e5a8e70bb82196d.tar.gz
forums-7c3cbc07cf708865a8ab45547e5a8e70bb82196d.tar.bz2
forums-7c3cbc07cf708865a8ab45547e5a8e70bb82196d.tar.xz
forums-7c3cbc07cf708865a8ab45547e5a8e70bb82196d.zip
[ticket/11050] multi sentences separated by period in docblocks
Starting of each sentence should be capitalized. PHPBB3-11050
Diffstat (limited to 'phpBB/includes/search/fulltext_postgres.php')
-rw-r--r--phpBB/includes/search/fulltext_postgres.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php
index 7863d070d4..205a053451 100644
--- a/phpBB/includes/search/fulltext_postgres.php
+++ b/phpBB/includes/search/fulltext_postgres.php
@@ -53,7 +53,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
protected $tsearch_query;
/**
- * True if phrase search is supported
+ * True if phrase search is supported.
* PostgreSQL fulltext currently doesn't support it
* @var boolean
*/
@@ -84,8 +84,8 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
public $search_query;
/**
- * Contains common words
- * common words are words with length less/more than min/max length
+ * Contains common words.
+ * Common words are words with length less/more than min/max length
* @var array
*/
public $common_words = array();