mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
hhmm, where did that constant go ...
git-svn-id: file:///svn/phpbb/trunk@3714 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4fa458baf3
commit
bfc6b77112
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ define('STYLES_IMAGE_TABLE', $table_prefix.'styles_imageset');
|
|||
define('TOPICS_TABLE', $table_prefix.'topics');
|
||||
define('TOPICS_PREFETCH_TABLE', $table_prefix.'topics_prefetch');
|
||||
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
|
||||
define('UCP_MODULES_TABLE', $table_prefix.'ucp_modules');
|
||||
define('USER_GROUP_TABLE', $table_prefix.'user_group');
|
||||
define('USERS_TABLE', $table_prefix.'users');
|
||||
define('WORDS_TABLE', $table_prefix.'words');
|
||||
|
|
Loading…
Add table
Reference in a new issue