diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-07-01 03:03:15 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-07-12 17:32:01 +0530 |
commit | 4a11a7b97027743b8239d31a4d51824bd807c5ac (patch) | |
tree | fe9f6c220497cc0929b8737e25613575d73aea4c /phpBB/includes/search | |
parent | 97fda78e7d85444f21ba2b10b3d58c4639b85936 (diff) | |
download | forums-4a11a7b97027743b8239d31a4d51824bd807c5ac.tar forums-4a11a7b97027743b8239d31a4d51824bd807c5ac.tar.gz forums-4a11a7b97027743b8239d31a4d51824bd807c5ac.tar.bz2 forums-4a11a7b97027743b8239d31a4d51824bd807c5ac.tar.xz forums-4a11a7b97027743b8239d31a4d51824bd807c5ac.zip |
[feature/sphinx-fulltext-search] add sphinx_table constant to constants.php
PHPBB3-10946
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r-- | phpBB/includes/search/fulltext_sphinx.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 6f3c688aed..53bff898eb 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -26,7 +26,6 @@ require($phpbb_root_path . "includes/sphinxapi-0.9.8." . $phpEx); define('INDEXER_NAME', 'indexer'); define('SEARCHD_NAME', 'searchd'); -define('SPHINX_TABLE', $table_prefix . 'sphinx'); define('MAX_MATCHES', 20000); define('CONNECT_RETRIES', 3); |