aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-11 01:37:34 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-11 01:37:34 +0000
commit7ae621056f4ba3a9677e4b108c7c9c5914b1d053 (patch)
tree9712741844f480427a61c1304f79e50309548241 /phpBB/common.php
parent2a02d24ffc3143cb222b3c86d0a3573e5984635f (diff)
downloadforums-7ae621056f4ba3a9677e4b108c7c9c5914b1d053.tar
forums-7ae621056f4ba3a9677e4b108c7c9c5914b1d053.tar.gz
forums-7ae621056f4ba3a9677e4b108c7c9c5914b1d053.tar.bz2
forums-7ae621056f4ba3a9677e4b108c7c9c5914b1d053.tar.xz
forums-7ae621056f4ba3a9677e4b108c7c9c5914b1d053.zip
oops, seems I forgot to commit this :)
git-svn-id: file:///svn/phpbb/trunk@3309 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 982e3acb73..62d0ce3af1 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -102,7 +102,7 @@ define('PRIVMSGS_UNREAD_MAIL', 5);
// Table names
define('ACL_GROUPS_TABLE', $table_prefix.'auth_groups');
define('ACL_OPTIONS_TABLE', $table_prefix.'auth_options');
-define('ACL_PREFETCH_TABLE', $table_prefix.'auth_prefetch');
+define('ACL_PRESETS_TABLE', $table_prefix.'auth_presets');
define('ACL_USERS_TABLE', $table_prefix.'auth_users');
define('BANLIST_TABLE', $table_prefix.'banlist');
define('CATEGORIES_TABLE', $table_prefix.'categories'); //