From: Andrew Dolgov Date: Wed, 7 Sep 2005 14:51:24 +0000 (+0100) Subject: disable UPD detection for 1.0.3 X-Git-Tag: 1.0.3.1~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c4b0722c3126f54344bfb50ce8b43c7ebb39e88d;p=tt-rss.git disable UPD detection for 1.0.3 --- 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";