1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:35:55 +00:00

implement preferred time for sending out digests

This commit is contained in:
Andrew Dolgov
2012-01-30 16:34:45 +04:00
parent 33f0fdd0a2
commit 61c1812f29
10 changed files with 83 additions and 51 deletions

View File

@@ -8,7 +8,9 @@ class Backend extends Handler {
}
function digestSend() {
send_headlines_digests($this->link);
define('PREFS_NO_CACHE', true);
send_headlines_digests($this->link, 100, true);
}
function help() {