summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-28 05:03:26 +0100
committerAndrew Dolgov <[email protected]>2006-08-28 05:03:26 +0100
commitf6d6e22ff49d44986f2bbf0e82e0b56a4d7a04ff (patch)
treeb59a2b210c76b66567297bf0825bccad28c68d36 /functions.php
parent4065b60b41194dfc1a5164ddd354f87186dc3f7e (diff)
new option: CONFIRM_FEED_CATCHUP (closes #106)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index e92c638d6..a80c5bda3 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";
}