aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-03-19 01:35:04 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-03-19 01:35:04 +0000
commit9eff7725089a105db853f2aed81370a3abee8d69 (patch)
treea69713414736ed22eeb8651f46781d9a7dd52d36 /phpBB/includes/constants.php
parent40f1f172a81232e910e09981116e58f45bb6b344 (diff)
downloadforums-9eff7725089a105db853f2aed81370a3abee8d69.tar
forums-9eff7725089a105db853f2aed81370a3abee8d69.tar.gz
forums-9eff7725089a105db853f2aed81370a3abee8d69.tar.bz2
forums-9eff7725089a105db853f2aed81370a3abee8d69.tar.xz
forums-9eff7725089a105db853f2aed81370a3abee8d69.zip
User registration works.
git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-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 c4cddbf6c2..1d3feb4c3b 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -70,7 +70,7 @@ define(POST_FORUM_URL, 'f');
define(POST_USERS_URL, 'u');
define('BANLIST_TABLE', $table_prefix.'banlist');
-define('CATEGORIES_TABLE', $table_prefix.'categories');
+define('CATEGORIES_TABLE', $table_prefix.'catagories');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUM_ACCESS_TABLE', $table_prefix.'forum_access');