]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
some searchbox focus workarouns, content hash checking is optional now
[tt-rss.git] / functions.php
index 46d010237942451874f386d552a3ab6fa488dd94..1374328bf0dc6da38ad99c0ce7c8027279ac43d9 100644 (file)
                                        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,';
                                        }