summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-11 13:23:18 +0400
committerAndrew Dolgov <[email protected]>2011-04-11 13:23:18 +0400
commitad92c6ac62903f3bb37f16048fedff44a2eb540d (patch)
tree36dead12bf9f633f1d4dcfc8f384bb7b17e060ba /functions.php
parentbbd34ece9a51fd73fe419a64e7857c38f045777b (diff)
update ttrss_entries.updated on post update
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
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'");