]> git.wh0rd.org - tt-rss.git/commitdiff
don't consider no articles situation as an error
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 24 May 2006 03:11:35 +0000 (04:11 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 24 May 2006 03:11:35 +0000 (04:11 +0100)
functions.php

index e4dc5e10bbccf49e2ccd8cb9074055b0e1ea7f5a..85498438c1445bd4f1a560b156ffda608cb1eba7 100644 (file)
                        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?
                        }