This commit is contained in:
Ice
2008-02-14 22:38:29 +00:00
parent 4a3efdf2bc
commit 0ad8e05dc4

View File

@@ -8,6 +8,6 @@ $sql_update['0.2.0'] = array(
);
$sql_update['0.2.2'] = array(
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('pportal_attachments_forum_ids', '')",
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_attachments_forum_ids', '')",
);
?>