disable marking for the time being

This commit is contained in:
Andrew Dolgov 2013-05-02 02:21:11 +04:00
parent 5ef8409700
commit 5de4010487
1 changed files with 1 additions and 1 deletions

View File

@ -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);