mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-22 07:20:11 +02:00
fixed spelling error in config
git-svn-id: file:///svn/phpbb/trunk@954 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3fa16ba621
commit
6d77d2348e
@ -121,7 +121,7 @@ CREATE TABLE phpbb_config (
|
|||||||
avatar_max_width int2 DEFAULT '70' NOT NULL,
|
avatar_max_width int2 DEFAULT '70' NOT NULL,
|
||||||
avatar_max_height int2 DEFAULT '70' NOT NULL,
|
avatar_max_height int2 DEFAULT '70' NOT NULL,
|
||||||
avatar_path varchar(255) DEFAULT 'images/avatars' NOT NULL,
|
avatar_path varchar(255) DEFAULT 'images/avatars' NOT NULL,
|
||||||
smilies_patch varchar(50) DEFAULT 'images/smiles' NOT NULL,
|
smilies_path varchar(50) DEFAULT 'images/smiles' NOT NULL,
|
||||||
override_themes int2 NOT NULL,
|
override_themes int2 NOT NULL,
|
||||||
flood_interval int NOT NULL,
|
flood_interval int NOT NULL,
|
||||||
prune_enable int2 DEFAULT '1' NOT NULL,
|
prune_enable int2 DEFAULT '1' NOT NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user