diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-18 18:56:27 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-18 18:56:27 +0000 |
commit | ce40939e608a2b2f36fa2c9b7f47ab52d1b02a42 (patch) | |
tree | 4e120d5cf0d8d2f4dd6061d32deee05d4ce29c0b /phpBB/common.php | |
parent | 68d4dcf0d34ed66136b006df7e6a0f56677f38a5 (diff) | |
download | forums-ce40939e608a2b2f36fa2c9b7f47ab52d1b02a42.tar forums-ce40939e608a2b2f36fa2c9b7f47ab52d1b02a42.tar.gz forums-ce40939e608a2b2f36fa2c9b7f47ab52d1b02a42.tar.bz2 forums-ce40939e608a2b2f36fa2c9b7f47ab52d1b02a42.tar.xz forums-ce40939e608a2b2f36fa2c9b7f47ab52d1b02a42.zip |
Cache moderator names?
git-svn-id: file:///svn/phpbb/trunk@3060 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 11f960a2a2..490fa9cdc0 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -111,6 +111,7 @@ define('GROUPS_TABLE', $table_prefix.'groups'); define('ICONS_TABLE', $table_prefix.'icons'); define('LOG_ADMIN_TABLE', $table_prefix.'log_admin'); define('LOG_MOD_TABLE', $table_prefix.'log_moderator'); +define('MODERATOR_TABLE', $table_prefix.'moderator_cache'); define('POSTS_TABLE', $table_prefix.'posts'); define('POSTS_TEXT_TABLE', $table_prefix.'posts_text'); define('PRIVMSGS_TABLE', $table_prefix.'privmsgs'); |