summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-19 14:25:06 +0100
committerAndrew Dolgov <[email protected]>2006-03-19 14:25:06 +0100
commitc808436c438bbb80b5c5442078abd400fd2b1f81 (patch)
treed707a78175791985b7c8d472f121cb8cd3fa6aa4 /functions.php
parent9a7a7b41336548309bb015ba8e6ef5ab9ffae595 (diff)
set last_error on is_array(): syntax error fixed
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a7e89fc1d..69decc65c 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?
}