mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 03:41:00 +02:00
update ttrss_entries.updated on post update
This commit is contained in:
parent
bbd34ece9a
commit
ad92c6ac62
@ -1303,6 +1303,7 @@
|
||||
db_query($link, "UPDATE ttrss_entries
|
||||
SET title = '$entry_title', content = '$entry_content',
|
||||
content_hash = '$content_hash',
|
||||
updated = '$entry_timestamp_fmt',
|
||||
num_comments = '$num_comments'
|
||||
WHERE id = '$ref_id'");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user