1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 00:51:28 +00:00

mark currently selected post on headlines update, remove debug msg on content hash change

This commit is contained in:
Andrew Dolgov
2005-08-26 05:36:42 +01:00
parent d5caaae569
commit b5daec986c
2 changed files with 12 additions and 4 deletions

View File

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