diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-21 06:36:15 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-21 06:36:15 +0100 |
| commit | 75bd06697f2d3f07437e04f936273cda58e15d1b (patch) | |
| tree | d5998912bf90b012b7a8c6f2624fd48ca0c62734 | |
| parent | 30f1746fd58322386f9c78b060631eb95a0a37c2 (diff) | |
change crazybug 001 error message
| -rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index f4450ada8..dcda35ece 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? } |