Unreported: Attachments from specific forum(s) (block and installer)

This commit is contained in:
Ice
2008-02-14 21:52:04 +00:00
parent a6359f9685
commit bb3026f9e6
3 changed files with 72 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
<?php
$current_version = '0.2.1';
$current_version = '0.2.2';
// If only checking version, exit.
if( defined('IN_PHPBB') )

View File

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