From 0e70ed515b5667ca40805cbbcd33c98dc12f9230 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Jan 2009 13:37:59 +0100 Subject: disable purge_feed debugging when called in update_rss_feed --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 565c5d103..428d628d9 100644 --- a/functions.php +++ b/functions.php @@ -1432,7 +1432,7 @@ //ccache_update($link, $feed, $owner_uid); } - purge_feed($link, $feed, 0, true); + purge_feed($link, $feed, 0); db_query($link, "UPDATE ttrss_feeds SET last_updated = NOW(), last_error = '' WHERE id = '$feed'"); -- cgit v1.2.3