aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-10-25 08:59:51 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-10-25 08:59:51 +0000
commitcc9373fe66f93503b7dab9ccbb64cdc7f7301d8d (patch)
treeaf1bfb6aaecf8b440aa2e716182651816f5d1fde /phpBB/includes
parentebcd583860699d339177e40ece2746387166f60a (diff)
downloadforums-cc9373fe66f93503b7dab9ccbb64cdc7f7301d8d.tar
forums-cc9373fe66f93503b7dab9ccbb64cdc7f7301d8d.tar.gz
forums-cc9373fe66f93503b7dab9ccbb64cdc7f7301d8d.tar.bz2
forums-cc9373fe66f93503b7dab9ccbb64cdc7f7301d8d.tar.xz
forums-cc9373fe66f93503b7dab9ccbb64cdc7f7301d8d.zip
Not sure what a TALBE is..heh
git-svn-id: file:///svn/phpbb/trunk@1246 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 04580db3dc..4d9dc0798f 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -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');