From f4c10d4408c8acad944756fb843703f51a2082a1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Sep 2005 05:04:31 +0100 Subject: added support for marking posts --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index ea2c2235d..d572ee780 100644 --- a/functions.php +++ b/functions.php @@ -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'"); } } -- cgit v1.2.3