1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 08:21:29 +00:00

get rid of vf_hreadf cookie, move data to init-param

This commit is contained in:
Andrew Dolgov
2006-05-23 07:32:22 +01:00
parent 33d13e72e2
commit e8bd0da952
5 changed files with 22 additions and 45 deletions

View File

@@ -1713,6 +1713,9 @@
print "<param key=\"on_catchup_show_next_feed\" value=\"" .
get_pref($link, "ON_CATCHUP_SHOW_NEXT_FEED") . "\"/>";
print "<param key=\"hide_read_feeds\" value=\"" .
sprintf("%d", get_pref($link, "HIDE_READ_FEEDS")) . "\"/>";
print "</init-params>";
}
?>