summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-16 09:30:48 +0100
committerAndrew Dolgov <[email protected]>2005-10-16 09:30:48 +0100
commit4cc6ea5ecb3f9f9057c1d110be5bbd1e6545b336 (patch)
treeb66be671a0533c83899efa07aac40fed8b29de7a
parentecb14114f1dffaea4152577f62d47b4f770e5b9e (diff)
fix broken article update functionality (take 2)
-rw-r--r--backend.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 730d17935..a003597bf 100644
--- a/backend.php
+++ b/backend.php
@@ -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 {