diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-03 15:59:06 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-29 02:14:38 +0200 |
commit | d3f65cd66e4c3cbf2a8af45a7db99b40d0153214 (patch) | |
tree | 1bd3499e6ce936d887dde32543b046031f470b08 /phpBB/includes/constants.php | |
parent | deee3be9ef34e3760428291d165aee33b05a68c3 (diff) | |
download | forums-d3f65cd66e4c3cbf2a8af45a7db99b40d0153214.tar forums-d3f65cd66e4c3cbf2a8af45a7db99b40d0153214.tar.gz forums-d3f65cd66e4c3cbf2a8af45a7db99b40d0153214.tar.bz2 forums-d3f65cd66e4c3cbf2a8af45a7db99b40d0153214.tar.xz forums-d3f65cd66e4c3cbf2a8af45a7db99b40d0153214.zip |
[ticket/10073] Add ACP module to add bbcode text for contact admin info
PHPBB3-10073
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 602067a0e7..4259ae203c 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -233,6 +233,7 @@ define('BBCODES_TABLE', $table_prefix . 'bbcodes'); define('BOOKMARKS_TABLE', $table_prefix . 'bookmarks'); define('BOTS_TABLE', $table_prefix . 'bots'); define('CONFIG_TABLE', $table_prefix . 'config'); +define('CONFIG_TEXT_TABLE', $table_prefix . 'config_text'); define('CONFIRM_TABLE', $table_prefix . 'confirm'); define('DISALLOW_TABLE', $table_prefix . 'disallow'); define('DRAFTS_TABLE', $table_prefix . 'drafts'); |