From: Andrew Dolgov Date: Wed, 24 May 2006 03:11:35 +0000 (+0100) Subject: don't consider no articles situation as an error X-Git-Tag: 1.2.0~24 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=39541e74b2a7979eabe0ca3ddd28cf1022286535;p=tt-rss.git don't consider no articles situation as an error --- diff --git a/functions.php b/functions.php index e4dc5e10..85498438 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? }