From: Andrew Dolgov Date: Wed, 7 Sep 2005 10:48:24 +0000 (+0100) Subject: updated logo, fix FUPDPIC handling X-Git-Tag: 1.0.3~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ad99045e8b08e0ab3f9419fdf0678bf96e5ffefa;p=tt-rss.git updated logo, fix FUPDPIC handling --- diff --git a/backend.php b/backend.php index 8ddb391a..de212d64 100644 --- a/backend.php +++ b/backend.php @@ -373,11 +373,16 @@ $class = ($lnum % 2) ? "even" : "odd"; + $id = $line["id"]; + $feed_id = $line["feed_id"]; + if ($line["last_read_ts"] < $line["updated_ts"] && $line["unread"] == "f") { - $update_pic = "\"Updated\""; + $update_pic = "\"Updated\""; ++$num_unread; } else { - $update_pic = "\"Updated\""; + $update_pic = "\"Updated\""; } if ($line["unread"] == "t") { @@ -385,9 +390,6 @@ ++$num_unread; } - $id = $line["id"]; - $feed_id = $line["feed_id"]; - if ($line["marked"] == "t") { $marked_pic = "\"Reset"; @@ -402,7 +404,7 @@ print " - print "$update_pic"; print "