summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 08:34:49 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 08:34:49 +0100
commit99018440a5cdd9b1a5de231b20423942ea52a57d (patch)
treee2b9dbb0a50bd6717b2e5d9bd9682c0841779f0b /update_daemon.php
parent481c9804aa7c9ad7d58c9448e8d5fdd32c2106cf (diff)
new option: DAEMON_SENDS_DIGESTS
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon.php b/update_daemon.php
index b15d43966..aae1c1ed6 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -148,7 +148,7 @@
}
}
- send_headlines_digests($link);
+ if (DAEMON_SENDS_DIGESTS) send_headlines_digests($link);
print "Sleeping for " . DAEMON_SLEEP_INTERVAL . " seconds...\n";