aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-03-08 01:00:51 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-03-08 01:00:51 +0000
commit70203a71237a4611f33974536d378ae8d88b490d (patch)
treef5237e9765975ad82735c1db92f139f9eac491f0 /phpBB/install/schemas
parent87d22e577e6a19d12becd9cc4ad6c5f4582f05a0 (diff)
downloadforums-70203a71237a4611f33974536d378ae8d88b490d.tar
forums-70203a71237a4611f33974536d378ae8d88b490d.tar.gz
forums-70203a71237a4611f33974536d378ae8d88b490d.tar.bz2
forums-70203a71237a4611f33974536d378ae8d88b490d.tar.xz
forums-70203a71237a4611f33974536d378ae8d88b490d.zip
#8456
git-svn-id: file:///svn/phpbb/trunk@7147 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 061fe1c1c4..93e6323bfe 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -148,7 +148,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_name_chars', '
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_pass_chars', '30');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_poll_options', '10');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_chars', '0');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_font_size', '0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_font_size', '24');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_img_height', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_img_width', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_smilies', '0');