mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Add ability to disable overall (aka board-wide) feed.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10363 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1573,8 +1573,12 @@ function change_database_data(&$no_updates, $version)
|
||||
case '3.0.6-RC4':
|
||||
break;
|
||||
|
||||
// No changes from 3.0.6 to 3.0.7-RC1
|
||||
// Changes from 3.0.6 to 3.0.7-RC1
|
||||
case '3.0.6':
|
||||
|
||||
// ATOM Feeds
|
||||
set_config('feed_overall', '1');
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user