diff options
author | Chris Smith <toonarmy@phpbb.com> | 2011-09-20 20:59:29 +0100 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2011-09-20 21:06:53 +0100 |
commit | 364a69adc21c4fd9235a6693e0b8137e5779a925 (patch) | |
tree | 82365dc29e12d9a4d574c6eb8e7e93f5abdd387e /phpBB/includes | |
parent | 270cd839a6519e54ac7f3a02a132854dbc4107af (diff) | |
download | forums-364a69adc21c4fd9235a6693e0b8137e5779a925.tar forums-364a69adc21c4fd9235a6693e0b8137e5779a925.tar.gz forums-364a69adc21c4fd9235a6693e0b8137e5779a925.tar.bz2 forums-364a69adc21c4fd9235a6693e0b8137e5779a925.tar.xz forums-364a69adc21c4fd9235a6693e0b8137e5779a925.zip |
[feature/remove-db-styles] Readd table constant for upgrades etc.
Removed in f23b224b946b37c171add5953e832641bbb3a5c3.
PHPBB3-9741
Diffstat (limited to 'phpBB/includes')
-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 cbe488fccc..8ef1a4655d 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -262,6 +262,7 @@ define('SITELIST_TABLE', $table_prefix . 'sitelist'); define('SMILIES_TABLE', $table_prefix . 'smilies'); define('STYLES_TABLE', $table_prefix . 'styles'); define('STYLES_TEMPLATE_TABLE', $table_prefix . 'styles_template'); +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'); |