]> git.wh0rd.org - tt-rss.git/commitdiff
disable marking for the time being
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 1 May 2013 22:21:11 +0000 (02:21 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 1 May 2013 22:21:11 +0000 (02:21 +0400)
include/rssfuncs.php

index 730adc6648e2b6523e299efd977777c00871a0fa..b639c00ad6d3551796afcb9fb5ba09ffb19cbb7b 100644 (file)
 
                // 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);