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

new option: CONFIRM_FEED_CATCHUP (closes #106)

This commit is contained in:
Andrew Dolgov
2006-08-28 05:03:26 +01:00
parent 4065b60b41
commit f6d6e22ff4
6 changed files with 12 additions and 1 deletions

View File

@@ -2084,6 +2084,9 @@
print "<param key=\"feeds_sort_by_unread\" value=\"" .
sprintf("%d", get_pref($link, "FEEDS_SORT_BY_UNREAD")) . "\"/>";
print "<param key=\"confirm_feed_catchup\" value=\"" .
sprintf("%d", get_pref($link, "CONFIRM_FEED_CATCHUP")) . "\"/>";
print "</init-params>";
}