aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-28 17:25:27 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-28 17:25:27 +0000
commit4c2275e1fad5d53fcba8a061235347bf988a4355 (patch)
tree3189a8f4ecd4a5428995e45de13fc5d8cd6d3f89
parent9adbf3726a076ae202d2a1f24cddb47ce6a84cbd (diff)
downloadforums-4c2275e1fad5d53fcba8a061235347bf988a4355.tar
forums-4c2275e1fad5d53fcba8a061235347bf988a4355.tar.gz
forums-4c2275e1fad5d53fcba8a061235347bf988a4355.tar.bz2
forums-4c2275e1fad5d53fcba8a061235347bf988a4355.tar.xz
forums-4c2275e1fad5d53fcba8a061235347bf988a4355.zip
sorry david. :/
git-svn-id: file:///svn/phpbb/trunk@5746 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 566b6562e2..7315228b7e 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -80,6 +80,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_package_size
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_pm', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_pm_icons', '1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_post_confirm', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('flood_interval', '15');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('force_server_vars', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('forward_pm', '1');