basic functionality pass 7

This commit is contained in:
Andrew Dolgov 2005-08-21 18:05:04 +01:00
parent 57865bb1f0
commit d482c58c37
1 changed files with 1 additions and 1 deletions

View 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',";
}