aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTabitha Backoff <t_backoff@yahoo.com>2013-03-28 17:53:14 -0400
committerTabitha Backoff <t_backoff@yahoo.com>2013-03-28 17:53:14 -0400
commita8f5695666229512ccd5d122daa0a7ad7004015b (patch)
treea1786a860aaab7605d74dfda4b12b3c977579e0a /phpBB/install/schemas
parentTicket# 11477 - Allow customisation of "Board index" (diff)
downloadphpbb-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.gz
phpbb-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.bz2
phpbb-a8f5695666229512ccd5d122daa0a7ad7004015b.zip
Migration file and change board_home_text to board_index_text
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 62f9618364..8a8740a220 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -59,7 +59,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email', 'add
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_form', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_sig', '{L_CONFIG_BOARD_EMAIL_SIG}');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_hide_emails', '1');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_home_text', '');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_index_text', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone', 'UTC');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('browser_check', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bump_interval', '10');