1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 22:31:29 +00:00

new option: HIDE_FEEDLIST (bump schema)

This commit is contained in:
Andrew Dolgov
2008-02-20 04:37:24 +01:00
parent 8b557634e2
commit fca933507d
7 changed files with 17 additions and 8 deletions

View File

@@ -2925,9 +2925,8 @@
print "<param key=\"hide_read_shows_special\" value=\"" .
(int) get_pref($link, "HIDE_READ_SHOWS_SPECIAL") . "\"/>";
if (defined('_HIDDEN_FL_TEST')) {
print "<param key=\"hide_feedlist\" value=\"1\"/>";
}
print "<param key=\"hide_feedlist\" value=\"" .
(int) get_pref($link, "HIDE_FEEDLIST") . "\"/>";
print "</init-params>";
}