fix broken article update functionality (take 2)

This commit is contained in:
Andrew Dolgov 2005-10-16 09:30:48 +01:00
parent ecb14114f1
commit 4cc6ea5ecb
1 changed files with 3 additions and 1 deletions

View File

@ -610,7 +610,9 @@
} */
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 {