-
Bug
-
Resolution: Fixed
-
Trivial
-
3.0.7-PL1
-
None
In submit_post $data['post_time'] is used to mark the forum read (line 2540) but when inserting into the db, $current_time (time()) is used.
Either $data['post_time'] should be removed or better yet support setting the post time using $data['post_time'] instead of forcing time()
- is duplicated by
-
PHPBB-10061 submit_post doesn't use $data["post_time"]
- Closed