mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02: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:
@@ -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']);
|
||||
}
|
||||
else
|
||||
{
|
||||
$l_edited_by = "";
|
||||
}
|
||||
|
||||
//
|
||||
// Again this will be handled by the templating
|
||||
|
Reference in New Issue
Block a user