From d482c58c37d820cf0c5449c9a0958a2d52da1c09 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Aug 2005 18:05:04 +0100 Subject: basic functionality pass 7 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') 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',"; } -- cgit v1.2.3