mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Ooops, forgot to clear edited by output for subsequent posts
git-svn-id: file:///svn/phpbb/trunk@1248 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c976663e96
commit
1d431811e1
1 changed files with 4 additions and 0 deletions
|
@ -933,6 +933,10 @@ for($i = 0; $i < $total_posts; $i++)
|
||||||
|
|
||||||
$l_edited_by = "<br /><br />" . sprintf($l_edit_time_total, $poster, create_date($board_config['default_dateformat'], $postrow[$i]['post_edit_time'], $board_config['board_timezone']), $postrow[$i]['post_edit_count']);
|
$l_edited_by = "<br /><br />" . sprintf($l_edit_time_total, $poster, create_date($board_config['default_dateformat'], $postrow[$i]['post_edit_time'], $board_config['board_timezone']), $postrow[$i]['post_edit_count']);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$l_edited_by = "";
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Again this will be handled by the templating
|
// Again this will be handled by the templating
|
||||||
|
|
Loading…
Add table
Reference in a new issue