]> git.wh0rd.org - tt-rss.git/commitdiff
basic functionality pass 7
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 17:05:04 +0000 (18:05 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 17:05:04 +0000 (18:05 +0100)
functions.php

index f53ceb1cdb5d46164237dbe2755e3ef1b6bd29c3..b36efe1a709215652d8353b1b54bceba561e8616 100644 (file)
@@ -76,7 +76,7 @@
                                        if ($md5_hash != $content_md5 && CONTENT_CHECK_MD5) 
                                                $unread = "true";
                                
-                                       if ($unread) {
+                                       if ($unread || !CONTENT_CHECK_MD5) {
                                                $updated_query_part = "updated = '$entry_timestamp',";
                                        }