1.0.1 wee

This commit is contained in:
Ice
2008-09-10 17:24:23 +00:00
parent b28427c3bb
commit 6c14c49567
4 changed files with 25 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ $sql_update['1.0.0RC2'] = array(
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_leaders_ext', '0');",
);
$sql_update['1.0.0RC3'] = array(
$sql_update['1.0.0'] = array(
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_show_announcements_replies_views', '1');",
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_show_news_replies_views', '1');",
);