From: Andrew Dolgov Date: Sun, 21 Aug 2005 17:05:04 +0000 (+0100) Subject: basic functionality pass 7 X-Git-Tag: 0.1~14 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d482c58c37d820cf0c5449c9a0958a2d52da1c09;p=tt-rss.git basic functionality pass 7 --- diff --git a/functions.php b/functions.php index f53ceb1c..b36efe1a 100644 --- a/functions.php +++ b/functions.php @@ -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',"; }