]> git.wh0rd.org - tt-rss.git/commitdiff
set last_error on is_array(): syntax error fixed
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 19 Mar 2006 13:25:06 +0000 (14:25 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 19 Mar 2006 13:25:06 +0000 (14:25 +0100)
functions.php

index a7e89fc1d34bcb2870ecc42452ccba53175a7aff..69decc65cb34157ef09cdb6c0f57fed3abd44005 100644 (file)
 
                        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?
                        }