1
0
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:
Andreas Fischer
2009-12-22 19:21:41 +00:00
parent bc0cc313df
commit d0c596a5ea
7 changed files with 13 additions and 3 deletions

View File

@@ -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;
}
}