From 4cc6ea5ecb3f9f9057c1d110be5bbd1e6545b336 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 16 Oct 2005 09:30:48 +0100 Subject: fix broken article update functionality (take 2) --- backend.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend.php b/backend.php index 730d17935..a003597bf 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 { -- cgit v1.2.3