update ttrss_entries.updated on post update
This commit is contained in:
parent
bbd34ece9a
commit
ad92c6ac62
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue