summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-24 04:11:35 +0100
committerAndrew Dolgov <[email protected]>2006-05-24 04:11:35 +0100
commit39541e74b2a7979eabe0ca3ddd28cf1022286535 (patch)
tree54ca101fce78fa9b4acaa68022a73a452dcee15c
parent71ad883b287330de0ce2fa67b63141c56fad8930 (diff)
don't consider no articles situation as an error
-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?
}