mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-31 13:48:04 +01:00
[feature/postgresql-fulltext-search] define access control specifiers
PHPBB3-9730
This commit is contained in:
parent
ebc4c20199
commit
f2dfaa73ff
@ -22,14 +22,14 @@ if (!defined('IN_PHPBB'))
|
||||
*/
|
||||
class phpbb_search_fulltext_postgres extends phpbb_search_base
|
||||
{
|
||||
var $stats = array();
|
||||
var $word_length = array();
|
||||
var $split_words = array();
|
||||
var $search_query;
|
||||
var $tsearch_query;
|
||||
var $common_words = array();
|
||||
var $tsearch_usable = false;
|
||||
var $version;
|
||||
private $stats = array();
|
||||
private $split_words = array();
|
||||
private $tsearch_usable = false;
|
||||
private $version;
|
||||
private $tsearch_query;
|
||||
public $search_query;
|
||||
public $common_words = array();
|
||||
public $word_length = array();
|
||||
|
||||
public function __construct(&$error)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user