mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Not sure what a TALBE is..heh
git-svn-id: file:///svn/phpbb/trunk@1246 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ebcd583860
commit
cc9373fe66
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ define('SEARCH_TABLE', $table_prefix.'search_results');
|
|||
define('SESSIONS_TABLE', $table_prefix.'sessions');
|
||||
define('SMILIES_TABLE', $table_prefix.'smilies');
|
||||
define('THEMES_TABLE', $table_prefix.'themes');
|
||||
define('THEMES_NAME_TALBE', $table_prefix.'themes_name');
|
||||
define('THEMES_NAME_TABLE', $table_prefix.'themes_name');
|
||||
define('TOPICS_TABLE', $table_prefix.'topics');
|
||||
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
|
||||
define('USER_GROUP_TABLE', $table_prefix.'user_group');
|
||||
|
|
Loading…
Add table
Reference in a new issue