From 75bd06697f2d3f07437e04f936273cda58e15d1b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Mar 2006 06:36:15 +0100 Subject: [PATCH] change crazybug 001 error message --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? } -- 2.39.5