]> git.wh0rd.org - tt-rss.git/commitdiff
update ttrss_entries.updated on post update
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 11 Apr 2011 09:23:18 +0000 (13:23 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 11 Apr 2011 09:23:18 +0000 (13:23 +0400)
functions.php

index 0c590054231ccb398ef2e3bbedf563385d549c05..8a44e8bee7a67afe4c515aa7e3f49949a587281c 100644 (file)
                                                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'");