mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Corrected for proper English spelling
git-svn-id: file:///svn/phpbb/trunk@107 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9eff772508
commit
11241d3884
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ define(POST_FORUM_URL, 'f');
|
||||||
define(POST_USERS_URL, 'u');
|
define(POST_USERS_URL, 'u');
|
||||||
|
|
||||||
define('BANLIST_TABLE', $table_prefix.'banlist');
|
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('CONFIG_TABLE', $table_prefix.'config');
|
||||||
define('DISALLOW_TABLE', $table_prefix.'disallow');
|
define('DISALLOW_TABLE', $table_prefix.'disallow');
|
||||||
define('FORUM_ACCESS_TABLE', $table_prefix.'forum_access');
|
define('FORUM_ACCESS_TABLE', $table_prefix.'forum_access');
|
||||||
|
|
Loading…
Add table
Reference in a new issue