Unreported: Attachments from specific forum(s) (block and installer)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$current_version = '0.2.1';
|
||||
$current_version = '0.2.2';
|
||||
|
||||
// If only checking version, exit.
|
||||
if( defined('IN_PHPBB') )
|
||||
|
||||
@@ -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', '')",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user