mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
basic functionality pass 7
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
if ($md5_hash != $content_md5 && CONTENT_CHECK_MD5)
|
if ($md5_hash != $content_md5 && CONTENT_CHECK_MD5)
|
||||||
$unread = "true";
|
$unread = "true";
|
||||||
|
|
||||||
if ($unread) {
|
if ($unread || !CONTENT_CHECK_MD5) {
|
||||||
$updated_query_part = "updated = '$entry_timestamp',";
|
$updated_query_part = "updated = '$entry_timestamp',";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user