summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/backend.php b/backend.php
index a003597bf..2caa2513d 100644
--- a/backend.php
+++ b/backend.php
@@ -453,10 +453,9 @@
if ($result) {
- $line = db_fetch_assoc($result);
-
- update_rss_feed($link, $line["feed_url"], $feed);
-
+// $line = db_fetch_assoc($result);
+// update_rss_feed($link, $line["feed_url"], $feed);
+
if ($subop == "MarkAllRead") {
db_query($link, "UPDATE ttrss_entries SET unread = false,last_read = NOW()