]> git.wh0rd.org - tt-rss.git/commitdiff
fix broken article update functionality (take 2)
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 08:30:48 +0000 (09:30 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 08:30:48 +0000 (09:30 +0100)
backend.php

index 730d17935b0e76feb68f2675f0c7a083118e3e98..a003597bffd315d8e5cca981aa6d5974ad41c06d 100644 (file)
 
                        } */
 
-                       if ($line["last_read"] == "") {
+                       if ($line["last_read"] == "" && 
+                                       ($line["unread"] != "t" && $line["unread"] != "1")) {
+
                                $update_pic = "<img id='FUPDPIC-$id' src=\"images/updated.png\" 
                                        alt=\"Updated\">";
                        } else {