summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 17:49:53 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 17:49:53 +0100
commit57865bb1f090bad54cb7df29713cf7c7ac9ba9f2 (patch)
tree25f25c1ebe4c59e7cecadfba16e3de977aa70dce /functions.php
parent3dbea71b03a6080e5dd9f73866d615e45496ff92 (diff)
disable md5 update checking by default
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 3e5013472..f53ceb1cd 100644
--- a/functions.php
+++ b/functions.php
@@ -72,8 +72,8 @@
$unread = pg_fetch_result($result, 0, "unread");
$md5_hash = pg_fetch_result($result, 0, "md5_hash");
-
- if ($md5_hash != $content_md5)
+
+ if ($md5_hash != $content_md5 && CONTENT_CHECK_MD5)
$unread = "true";
if ($unread) {