1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 13:19:15 +00:00

implement support for daily digests

This commit is contained in:
Andrew Dolgov
2006-08-21 07:43:38 +01:00
parent 144a5ef8bc
commit 9cd7c995e7
5 changed files with 63 additions and 6 deletions

View File

@@ -34,6 +34,8 @@
update_all_feeds($link, false, $user_id, true);
}
send_headlines_digests($link);
db_close($link);
?>