]> git.wh0rd.org Git - tt-rss.git/commitdiff
change crazybug 001 error message
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 21 Mar 2006 05:36:15 +0000 (06:36 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 21 Mar 2006 05:36:15 +0000 (06:36 +0100)
functions.php

index f4450ada8c7ec475473e5510550a207402a66d89..dcda35ece0d9f6408c08b6870cb6c377d1b64b6b 100644 (file)
 
                        if (!is_array($iterator)) {
                                db_query($link, "UPDATE ttrss_feeds 
-                                       SET last_error = 'CrazyBug 001: Can\'t find iterator :(' 
+                                       SET last_error = 'Parse error: can\'t find any articles.'
                                                WHERE id = '$feed'");
                                return; // WTF?
                        }