summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index f53ceb1cd..b36efe1a7 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',";
}