1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

update ttrss_entries.updated on post update

This commit is contained in:
Andrew Dolgov 2011-04-11 13:23:18 +04:00
parent bbd34ece9a
commit ad92c6ac62

View File

@ -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'");