1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 05:01:28 +00:00

some searchbox focus workarouns, content hash checking is optional now

This commit is contained in:
Andrew Dolgov
2005-08-25 15:12:10 +01:00
parent da61567a39
commit 36bf74967c
4 changed files with 11 additions and 2 deletions

View File

@@ -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,';
}