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 {