diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-08-21 18:05:04 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-08-21 18:05:04 +0100 |
| commit | d482c58c37d820cf0c5449c9a0958a2d52da1c09 (patch) | |
| tree | 850aa14ef3d6f47f2335248f9bddaa8c7b7a5ec4 | |
| parent | 57865bb1f090bad54cb7df29713cf7c7ac9ba9f2 (diff) | |
basic functionality pass 7
| -rw-r--r-- | functions.php | 2 |
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',"; } |