From ad92c6ac62903f3bb37f16048fedff44a2eb540d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Apr 2011 13:23:18 +0400 Subject: update ttrss_entries.updated on post update --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 0c5900542..8a44e8bee 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'"); -- cgit v1.2.3