Updating a story no longer updates the post time.
This commit is contained in:
parent
39c7f2f638
commit
fc7d3f9f79
|
@ -4,7 +4,6 @@ SET
|
|||
post_title = ?,
|
||||
post_text = ?,
|
||||
isanon = ?,
|
||||
unlisted = ?,
|
||||
post_time = strftime('%s','now')
|
||||
unlisted = ?
|
||||
WHERE
|
||||
posts.id = ?;
|
||||
|
|
Loading…
Reference in New Issue