From 5de40104872ee14b9015e69e8390174473166a73 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Thu, 2 May 2013 02:21:11 +0400
Subject: [PATCH] disable marking for the time being

---
 include/rssfuncs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 730adc664..b639c00ad 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);
-- 
GitLab