summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 15:51:24 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 15:51:24 +0100
commitc4b0722c3126f54344bfb50ce8b43c7ebb39e88d (patch)
treef732fbda64c053115b49552e8074e72bd0d5cb54
parent20fcff19c63288054253b80ebe99c510990462cb (diff)
disable UPD detection for 1.0.3
-rw-r--r--backend.php7
1 files changed, 5 insertions, 2 deletions
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<br>", 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 = "<img id='FUPDPIC-$id' src=\"images/blank_icon.png\"
alt=\"Updated\">";
- }
+ } */
+
+ $update_pic = "<img id='FUPDPIC-$id' src=\"images/blank_icon.png\"
+ alt=\"Updated\">";
if ($line["unread"] == "t" || $line["unread"] == "1") {
$class .= "Unread";