1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 17:01:28 +00:00

added support for marking posts

This commit is contained in:
Andrew Dolgov
2005-09-05 05:04:31 +01:00
parent 6cc36202c7
commit f4c10d4408
4 changed files with 65 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
function purge_old_posts() {
if (PURGE_OLD_DAYS > 0) {
$result = pg_query("DELETE FROM ttrss_entries WHERE
marked = false AND
date_entered < NOW() - INTERVAL '".PURGE_OLD_DAYS." days'");
}
}