1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:35:57 +00:00

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

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