1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 04:01:29 +00:00

make CDM auto-catchup optional (closes #121)

This commit is contained in:
Andrew Dolgov
2007-03-06 07:30:17 +01:00
parent 07a2b3142e
commit ac7bcd7135
2 changed files with 7 additions and 1 deletions

View File

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