summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-26 05:36:42 +0100
committerAndrew Dolgov <[email protected]>2005-08-26 05:36:42 +0100
commitb5daec986cf9f10c953af6e0fb1bdda91a41b0a5 (patch)
treeee7c199eea9de1a8e6e66ddab0900228570c1122 /functions.php
parentd5caaae569123e62240910c53e8bfcbf4162fad6 (diff)
mark currently selected post on headlines update, remove debug msg on content hash change
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/functions.php b/functions.php
index 0de0e4056..e769e79ea 100644
--- a/functions.php
+++ b/functions.php
@@ -214,9 +214,6 @@
if (UPDATE_POST_ON_CHECKSUM_CHANGE &&
$orig_content_hash != $content_hash) {
-
- print "$orig_content_hash : $content_hash";
-
$last_read_qpart = 'last_read = null,';
}