1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 03:29:23 +02:00

Merge branch 'ticket/nickvergessen/9635' into develop-olympus

* ticket/nickvergessen/9635:
  [ticket/9635] Useless parameter $data['post_time'] in function submit_post.
This commit is contained in:
Andreas Fischer 2010-08-20 22:15:15 +02:00
commit 34c3732856

View File

@ -2537,7 +2537,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
if ($mode == 'post' || $mode == 'reply' || $mode == 'quote')
{
// Mark this topic as posted to
markread('post', $data['forum_id'], $data['topic_id'], $data['post_time']);
markread('post', $data['forum_id'], $data['topic_id']);
}
// Mark this topic as read