mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
oops, seems I forgot to commit this :)
git-svn-id: file:///svn/phpbb/trunk@3309 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2a02d24ffc
commit
7ae621056f
1 changed files with 1 additions and 1 deletions
|
@ -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'); //
|
||||
|
|
Loading…
Add table
Reference in a new issue