summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-02 02:21:11 +0400
committerAndrew Dolgov <[email protected]>2013-05-02 02:21:11 +0400
commit5de40104872ee14b9015e69e8390174473166a73 (patch)
tree2575c1bc396eacc3aa5ca13c09fcb4d8c34cdf2b /include
parent5ef8409700c0d2b85f4fe2f5d3b11ea51a18a355 (diff)
disable marking for the time being
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
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);