aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-08-31 14:57:04 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-08-31 14:57:04 +0000
commit139f1d35302fc675b5e972e55c62d36cbc42af5c (patch)
tree9618453f34cafc260fbb26883f9a51d01bc072d2 /phpBB/install/schemas
parentd7925595dc46c1d913dd722b2121d4552c20cb47 (diff)
downloadforums-139f1d35302fc675b5e972e55c62d36cbc42af5c.tar
forums-139f1d35302fc675b5e972e55c62d36cbc42af5c.tar.gz
forums-139f1d35302fc675b5e972e55c62d36cbc42af5c.tar.bz2
forums-139f1d35302fc675b5e972e55c62d36cbc42af5c.tar.xz
forums-139f1d35302fc675b5e972e55c62d36cbc42af5c.zip
fix r10076 for #48615 - Ability to specify amount of time user is able to delete his last post in topic.
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10080 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas')
-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 30acb90618..b582b8a8bd 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -90,6 +90,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_style', '1
INSERT INTO phpbb_config (config_name, config_value) VALUES ('display_last_edited', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('display_order', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('edit_time', '0');
+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_function_name', 'mail');