From: Andrew Dolgov Date: Sun, 16 Oct 2005 08:30:48 +0000 (+0100) Subject: fix broken article update functionality (take 2) X-Git-Tag: 1.0.7~57 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4cc6ea5ecb3f9f9057c1d110be5bbd1e6545b336;p=tt-rss.git fix broken article update functionality (take 2) --- diff --git a/backend.php b/backend.php index 730d1793..a003597b 100644 --- a/backend.php +++ b/backend.php @@ -610,7 +610,9 @@ } */ - if ($line["last_read"] == "") { + if ($line["last_read"] == "" && + ($line["unread"] != "t" && $line["unread"] != "1")) { + $update_pic = "\"Updated\""; } else {