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/constants.php | |
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/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 66d2a003c6..68af41ab20 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -260,6 +260,7 @@ define('SESSIONS_TABLE', $table_prefix . 'sessions'); define('SESSIONS_KEYS_TABLE', $table_prefix . 'sessions_keys'); define('SITELIST_TABLE', $table_prefix . 'sitelist'); define('SMILIES_TABLE', $table_prefix . 'smilies'); +define('SPHINX_TABLE', $table_prefix . 'sphinx'); define('STYLES_TABLE', $table_prefix . 'styles'); define('STYLES_TEMPLATE_TABLE', $table_prefix . 'styles_template'); define('STYLES_TEMPLATE_DATA_TABLE',$table_prefix . 'styles_template_data'); |