From cc9373fe66f93503b7dab9ccbb64cdc7f7301d8d Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Thu, 25 Oct 2001 08:59:51 +0000 Subject: Not sure what a TALBE is..heh git-svn-id: file:///svn/phpbb/trunk@1246 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') 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'); -- cgit v1.2.1