aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-13 21:31:07 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-12-13 21:31:07 +0100
commit4e045ed767603547d6aa9126d22a42bd690a1dd1 (patch)
tree181da44bf9525c64dd0344bd6ad7b77d2dd21308 /phpBB/install/schemas
parent9f055e1af39f36ff18cc278093000cb30c858885 (diff)
downloadforums-4e045ed767603547d6aa9126d22a42bd690a1dd1.tar
forums-4e045ed767603547d6aa9126d22a42bd690a1dd1.tar.gz
forums-4e045ed767603547d6aa9126d22a42bd690a1dd1.tar.bz2
forums-4e045ed767603547d6aa9126d22a42bd690a1dd1.tar.xz
forums-4e045ed767603547d6aa9126d22a42bd690a1dd1.zip
[ticket/15322] Try to make new email setting more readable
PHPBB3-15322
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 743c3e30e2..9d1236f340 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -103,7 +103,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('extension_force_un
INSERT INTO phpbb_config (config_name, config_value) VALUES ('delete_time', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_check_mx', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_enable', '1');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_envelope_sender', '0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_force_sender', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_max_chunk_size', '50');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_package_size', '20');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '1');