diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-12-24 15:52:59 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-12-24 15:52:59 +0400 |
| commit | f16116834e310a622c38a90b04daf36085066999 (patch) | |
| tree | 5ca53f8a9252f437ae143b4073f6e0ba91ce9126 /include/rssfuncs.php | |
| parent | ebff9ef7c65054c2cda3b0baac550654abf285c8 (diff) | |
split digest stuff into digest.php
Diffstat (limited to 'include/rssfuncs.php')
| -rw-r--r-- | include/rssfuncs.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php index fb2f35272..2105de330 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -153,6 +153,8 @@ sleep(1); // prevent flood (FIXME make this an option?) } + require_once "digest.php"; + // Send feed digests by email if needed. send_headlines_digests($link, $debug); |