]> git.wh0rd.org - tt-rss.git/blobdiff - update_feeds.php
daemon: fallback automatically when pcntl_signal() is not present
[tt-rss.git] / update_feeds.php
old mode 100644 (file)
new mode 100755 (executable)
index e08c6f3..588a0a9
@@ -44,9 +44,6 @@
        // Update all feeds needing a update.
        update_daemon_common($link);
 
-       // Send feed digests by email if needed.
-       if (DAEMON_SENDS_DIGESTS) send_headlines_digests($link);
-
        db_close($link);
 
        unlink(LOCK_DIRECTORY . "/$lock_filename");