summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 07:43:38 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 07:43:38 +0100
commit9cd7c995e70be458e0843caacd492b59099f121d (patch)
treea933158b41ad274bd73b99d235adc22259c5fbe8 /update_daemon.php
parent144a5ef8bcbaf2c92d51819d390fd6e8614fcf7f (diff)
implement support for daily digests
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/update_daemon.php b/update_daemon.php
index 007afb5bb..b15d43966 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -148,6 +148,8 @@
}
}
+ send_headlines_digests($link);
+
print "Sleeping for " . DAEMON_SLEEP_INTERVAL . " seconds...\n";
sleep(DAEMON_SLEEP_INTERVAL);