diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-11-13 11:29:25 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-11-13 11:29:25 +0100 |
commit | df735f46033a92657dce004c2d5ece6866565208 (patch) | |
tree | 3660ffcae878eff7c0ce1e139e5c80f25f76d309 /phpBB/includes/constants.php | |
parent | ff7465e75f129d23a0f9f4fd6a1c556ec2b7bb13 (diff) | |
download | forums-df735f46033a92657dce004c2d5ece6866565208.tar forums-df735f46033a92657dce004c2d5ece6866565208.tar.gz forums-df735f46033a92657dce004c2d5ece6866565208.tar.bz2 forums-df735f46033a92657dce004c2d5ece6866565208.tar.xz forums-df735f46033a92657dce004c2d5ece6866565208.zip |
[ticket/10411] Add new table for teampage
PHPBB3-10411
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 68af41ab20..640616a49d 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -267,6 +267,7 @@ define('STYLES_TEMPLATE_DATA_TABLE',$table_prefix . 'styles_template_data'); define('STYLES_THEME_TABLE', $table_prefix . 'styles_theme'); define('STYLES_IMAGESET_TABLE', $table_prefix . 'styles_imageset'); define('STYLES_IMAGESET_DATA_TABLE',$table_prefix . 'styles_imageset_data'); +define('TEAMPAGE_TABLE', $table_prefix . 'teampage'); define('TOPICS_TABLE', $table_prefix . 'topics'); define('TOPICS_POSTED_TABLE', $table_prefix . 'topics_posted'); define('TOPICS_TRACK_TABLE', $table_prefix . 'topics_track'); |