From 36bf74967c6a6a310a03f2fe30299c8f6bc34124 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Aug 2005 15:12:10 +0100 Subject: some searchbox focus workarouns, content hash checking is optional now --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 46d010237..1374328bf 100644 --- a/functions.php +++ b/functions.php @@ -195,8 +195,10 @@ if ($orig_title != $entry_title) { $last_read_qpart = 'last_read = null,'; } + + if (UPDATE_POST_ON_CHECKSUM_CHANGE && + $orig_content_hash != $content_hash) { - if ($orig_content_hash != $content_hash) { $last_read_qpart = 'last_read = null,'; } -- cgit v1.2.3