From: Andrew Dolgov Date: Tue, 21 Mar 2006 05:36:15 +0000 (+0100) Subject: change crazybug 001 error message X-Git-Tag: 1.1.5~56 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=75bd06697f2d3f07437e04f936273cda58e15d1b;p=tt-rss.git change crazybug 001 error message --- diff --git a/functions.php b/functions.php index f4450ada..dcda35ec 100644 --- a/functions.php +++ b/functions.php @@ -333,7 +333,7 @@ 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? }