From fc7741551e5a0ac46e77f8fd86017ac413faff4a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 29 Mar 2006 05:33:19 +0100 Subject: fix purge_feed for pg 8.1 (2) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 8175a4326..a9081e59e 100644 --- a/functions.php +++ b/functions.php @@ -39,7 +39,7 @@ WHERE ttrss_entries.id = ref_id AND marked = false AND feed_id = '$feed_id' AND - ttrss_entries.date_entered < NOW() - INTERVAL '$purge_interval days')"); + ttrss_entries.date_entered < NOW() - INTERVAL '$purge_interval days'"); } $rows = pg_affected_rows($result); -- cgit v1.2.3