diff --git a/backend.php b/backend.php
index d6e9e0989..10169f7ae 100644
--- a/backend.php
+++ b/backend.php
@@ -369,7 +369,7 @@
// printf("%d %s - %d %s
", strtotime($line["last_read"]), $line["last_read"],
// strtotime($line["updated"]), $line["updated"]);
- if ($line["last_read"] && $line["updated"] &&
+/* if ($line["last_read"] && $line["updated"] &&
strtotime($line["last_read"]) < strtotime($line["updated"]) &&
($line["unread"] == "f" || $line["unread"] == "0")) {
@@ -379,7 +379,10 @@
} else {
$update_pic = "
";
- }
+ } */
+
+ $update_pic = "
";
if ($line["unread"] == "t" || $line["unread"] == "1") {
$class .= "Unread";