1
0
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:
Paul S. Owen
2001-10-26 01:09:08 +00:00
parent c976663e96
commit 1d431811e1

View File

@@ -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