New link block: German translation + seems that some things has been forgotten (i ran into several errors in the ACP, fixed it)
This commit is contained in:
@@ -85,6 +85,7 @@ INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news
|
||||
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_archive', '1');
|
||||
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_archive', '1');
|
||||
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_links_array', 'a:2:{i:1;a:2:{s:4:"text";s:9:"Board3.de";s:3:"url";s:21:"http://www.board3.de/";}i:2;a:2:{s:4:"text";s:9:"phpBB.com";s:3:"url";s:21:"http://www.phpbb.com/";}}');
|
||||
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_links_add', '');
|
||||
|
||||
# POSTGRES COMMIT #
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ $sql_update['0.2.3'] = array(
|
||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_archive', '1')",
|
||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_archive', '1')",
|
||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_links_array', 'a:2:{i:1;a:2:{s:4:\"text\";s:9:\"Board3.de\";s:3:\"url\";s:21:\"http://www.board3.de/\";}i:2;a:2:{s:4:\"text\";s:9:\"phpBB.com\";s:3:\"url\";s:21:\"http://www.phpbb.com/\";}}')",
|
||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_links_add', '')",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user