aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-05-22 10:14:20 -0400
committerDavid King <imkingdavid@gmail.com>2012-05-22 10:14:20 -0400
commitffabfefe459c8fd94bf0706766134dd821d294a7 (patch)
tree57360f872ca978105ceb63b428ff286e23feb25a /phpBB
parent3b6ca178aa622fb1cc64c977fdc9eb47e3843cc7 (diff)
downloadforums-ffabfefe459c8fd94bf0706766134dd821d294a7.tar
forums-ffabfefe459c8fd94bf0706766134dd821d294a7.tar.gz
forums-ffabfefe459c8fd94bf0706766134dd821d294a7.tar.bz2
forums-ffabfefe459c8fd94bf0706766134dd821d294a7.tar.xz
forums-ffabfefe459c8fd94bf0706766134dd821d294a7.zip
[ticket/10906] Add setting for last post topic title in schema_data.sql
PHPBB3-10906
Diffstat (limited to 'phpBB')
-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 2ea5eca768..5489fd4e3d 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -88,6 +88,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('dbms_version', '')
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_dateformat', 'D M d, Y g:i a');
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_last_subject', '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');