mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +02:00
Corrected for proper English spelling
git-svn-id: file:///svn/phpbb/trunk@107 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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.'catagories');
|
||||
define('CATEGORIES_TABLE', $table_prefix.'categories');
|
||||
define('CONFIG_TABLE', $table_prefix.'config');
|
||||
define('DISALLOW_TABLE', $table_prefix.'disallow');
|
||||
define('FORUM_ACCESS_TABLE', $table_prefix.'forum_access');
|
||||
|
Reference in New Issue
Block a user