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

[feature/sphinx-fulltext-search] remove unused property

Removes unused property $word_length

PHPBB3-10946
This commit is contained in:
Dhruv
2012-07-27 02:49:44 +05:30
parent 6547989225
commit cec9f7d54e

View File

@@ -47,7 +47,6 @@ class phpbb_search_fulltext_sphinx
private $dbtype;
private $user;
private $config_file_data = '';
public $word_length = array();
public $search_query;
public $common_words = array();