summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index e4dc5e10b..85498438c 100644
--- a/functions.php
+++ b/functions.php
@@ -345,9 +345,9 @@
if (!$iterator || !is_array($iterator)) $iterator = $rss;
if (!is_array($iterator)) {
- db_query($link, "UPDATE ttrss_feeds
+ /* db_query($link, "UPDATE ttrss_feeds
SET last_error = 'Parse error: can\'t find any articles.'
- WHERE id = '$feed'");
+ WHERE id = '$feed'"); */
return; // WTF?
}