mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/remove-db-styles] Readd table constant for upgrades etc.
Removed in f23b224b946b37c171add5953e832641bbb3a5c3. PHPBB3-9741
This commit is contained in:
parent
270cd839a6
commit
364a69adc2
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ define('SITELIST_TABLE', $table_prefix . 'sitelist');
|
||||||
define('SMILIES_TABLE', $table_prefix . 'smilies');
|
define('SMILIES_TABLE', $table_prefix . 'smilies');
|
||||||
define('STYLES_TABLE', $table_prefix . 'styles');
|
define('STYLES_TABLE', $table_prefix . 'styles');
|
||||||
define('STYLES_TEMPLATE_TABLE', $table_prefix . 'styles_template');
|
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_THEME_TABLE', $table_prefix . 'styles_theme');
|
||||||
define('STYLES_IMAGESET_TABLE', $table_prefix . 'styles_imageset');
|
define('STYLES_IMAGESET_TABLE', $table_prefix . 'styles_imageset');
|
||||||
define('STYLES_IMAGESET_DATA_TABLE',$table_prefix . 'styles_imageset_data');
|
define('STYLES_IMAGESET_DATA_TABLE',$table_prefix . 'styles_imageset_data');
|
||||||
|
|
Loading…
Add table
Reference in a new issue