summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 18:05:04 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 18:05:04 +0100
commitd482c58c37d820cf0c5449c9a0958a2d52da1c09 (patch)
tree850aa14ef3d6f47f2335248f9bddaa8c7b7a5ec4 /functions.php
parent57865bb1f090bad54cb7df29713cf7c7ac9ba9f2 (diff)
basic functionality pass 7
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',";
}