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_title = ?,
|
||||||
post_text = ?,
|
post_text = ?,
|
||||||
isanon = ?,
|
isanon = ?,
|
||||||
unlisted = ?,
|
unlisted = ?
|
||||||
post_time = strftime('%s','now')
|
|
||||||
WHERE
|
WHERE
|
||||||
posts.id = ?;
|
posts.id = ?;
|
||||||
|
|
Loading…
Reference in New Issue