From: Andrew Dolgov Date: Wed, 1 May 2013 22:21:11 +0000 (+0400) Subject: disable marking for the time being X-Git-Tag: 1.7.9~25^2~25 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5de40104872ee14b9015e69e8390174473166a73;p=tt-rss.git disable marking for the time being --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 730adc66..b639c00a 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -355,7 +355,7 @@ // set last update to now so if anything *simplepie* crashes later we won't be // continuously failing on the same feed - db_query("UPDATE ttrss_feeds SET last_updated = NOW() WHERE id = '$feed'"); + //db_query("UPDATE ttrss_feeds SET last_updated = NOW() WHERE id = '$feed'"); if (!$rss) { $rss = new FeedParser($feed_data);