From c4b0722c3126f54344bfb50ce8b43c7ebb39e88d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 15:51:24 +0100 Subject: [PATCH] disable UPD detection for 1.0.3 --- backend.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend.php b/backend.php index d6e9e098..10169f7a 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 = "\"Updated\""; - } + } */ + + $update_pic = "\"Updated\""; if ($line["unread"] == "t" || $line["unread"] == "1") { $class .= "Unread"; -- 2.39.2