From: Andrew Dolgov Date: Mon, 11 Apr 2011 09:23:18 +0000 (+0400) Subject: update ttrss_entries.updated on post update X-Git-Tag: 1.5.3~62 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ad92c6ac62903f3bb37f16048fedff44a2eb540d;p=tt-rss.git update ttrss_entries.updated on post update --- diff --git a/functions.php b/functions.php index 0c590054..8a44e8be 100644 --- a/functions.php +++ b/functions.php @@ -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'");