1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11050] fix tidied search query docblock language

PHPBB3-11050
This commit is contained in:
Dhruv
2012-08-20 01:04:43 +05:30
parent 0556959a6a
commit 72245e41d0
4 changed files with 8 additions and 4 deletions

View File

@@ -78,7 +78,8 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
protected $user;
/**
* Contains tidied search query
* Contains tidied search query.
* Operators are prefixed in search query and common words excluded
* @var string
*/
public $search_query;