]> git.wh0rd.org Git - tt-rss.git/commitdiff
disable UPD detection for 1.0.3
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Sep 2005 14:51:24 +0000 (15:51 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Sep 2005 14:51:24 +0000 (15:51 +0100)
backend.php

index d6e9e0989a17204117d384546485b54f3cfb9a1d..10169f7ae1a3961f237a619d73ec1bfb369d4a3f 100644 (file)
 //                     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")) {
                                                  
                        } 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";