mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Cache moderator names?
git-svn-id: file:///svn/phpbb/trunk@3060 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user