summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-06 07:30:17 +0100
committerAndrew Dolgov <[email protected]>2007-03-06 07:30:17 +0100
commitac7bcd7135719c135ef5fe589f5bb23c30835dc6 (patch)
tree23bc6ab16b17ad5236605edfb4b20a6228d77499 /functions.php
parent07a2b3142e75e6a643db0993886dca356ba1cbb9 (diff)
make CDM auto-catchup optional (closes #121)
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 4c5059d14..ba92b2ee4 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";
}