aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-07-01 03:03:15 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-07-12 17:32:01 +0530
commit4a11a7b97027743b8239d31a4d51824bd807c5ac (patch)
treefe9f6c220497cc0929b8737e25613575d73aea4c /phpBB/includes/constants.php
parent97fda78e7d85444f21ba2b10b3d58c4639b85936 (diff)
downloadforums-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.php1
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');