diff options
| author | Mate Bartus <mate.bartus@gmail.com> | 2015-10-28 01:12:52 +0100 |
|---|---|---|
| committer | Mate Bartus <mate.bartus@gmail.com> | 2015-10-28 01:12:52 +0100 |
| commit | 33db26d0cf3161edb7c840c499c94f5b8f14a4e9 (patch) | |
| tree | 79fc8e548364ce93f390e8cfae301d1ab677dd98 /phpBB/includes | |
| parent | 369024b56fd96a9ca7174f36a706d9dce478ac3b (diff) | |
| download | forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.tar forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.tar.gz forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.tar.bz2 forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.tar.xz forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.zip | |
[ticket/14044] global $table_prefix in constants.php
PHPBB3-14044
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index bd73201290..f6d62fcdf4 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -221,6 +221,9 @@ define('CAPTCHA_MAX_CHARS', 7); // Additional constants define('VOTE_CONVERTED', 127); +// BC global FTW +global $table_prefix; + // Table names define('ACL_GROUPS_TABLE', $table_prefix . 'acl_groups'); define('ACL_OPTIONS_TABLE', $table_prefix . 'acl_options'); |
