summaryrefslogtreecommitdiff
path: root/update_feeds.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_feeds.php
parent481c9804aa7c9ad7d58c9448e8d5fdd32c2106cf (diff)
new option: DAEMON_SENDS_DIGESTS
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_feeds.php b/update_feeds.php
index 279f4e1df..73422df0c 100644
--- a/update_feeds.php
+++ b/update_feeds.php
@@ -34,7 +34,7 @@
update_all_feeds($link, false, $user_id, true);
}
- send_headlines_digests($link);
+ if (DAEMON_SENDS_DIGESTS) send_headlines_digests($link);
db_close($link);