summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-06-08 13:03:09 +0100
committerAndrew Dolgov <[email protected]>2006-06-08 13:03:09 +0100
commit0d51e25dfbbb947febcaa27492f181b37d1d50dc (patch)
treecb63fbcea9f6b160fa09f0467623d41992372023 /functions.php
parente8614131e893af473e0a585addb19d9f4e8b8973 (diff)
hide updating... notify if DAEMON_REFRESH_ONLY
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 6de5c9eda..ab548c2f6 100644
--- a/functions.php
+++ b/functions.php
@@ -1719,6 +1719,7 @@
print "<param key=\"daemon_enabled\" value=\"" . ENABLE_UPDATE_DAEMON . "\"/>";
print "<param key=\"feeds_frame_refresh\" value=\"" . FEEDS_FRAME_REFRESH . "\"/>";
+ print "<param key=\"daemon_refresh_only\" value=\"" . DAEMON_REFRESH_ONLY . "\"/>";
print "<param key=\"on_catchup_show_next_feed\" value=\"" .
get_pref($link, "ON_CATCHUP_SHOW_NEXT_FEED") . "\"/>";