From c808436c438bbb80b5c5442078abd400fd2b1f81 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 19 Mar 2006 14:25:06 +0100 Subject: [PATCH] set last_error on is_array(): syntax error fixed --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index a7e89fc1..69decc65 100644 --- a/functions.php +++ b/functions.php @@ -306,7 +306,7 @@ if (!is_array($iterator)) { db_query($link, "UPDATE ttrss_feeds - SET last_error = 'CrazyBug 001: Can't find iterator :(' + SET last_error = 'CrazyBug 001: Can\'t find iterator :(' WHERE id = '$feed'"); return; // WTF? } -- 2.39.2