From: Andrew Dolgov Date: Tue, 20 Jan 2009 12:37:59 +0000 (+0100) Subject: disable purge_feed debugging when called in update_rss_feed X-Git-Tag: 1.3.0~42 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0e70ed515b5667ca40805cbbcd33c98dc12f9230;p=tt-rss.git disable purge_feed debugging when called in update_rss_feed --- diff --git a/functions.php b/functions.php index 565c5d10..428d628d 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'");