From 1d431811e1f1688ae8f114091bee726fa9cd5dd0 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 26 Oct 2001 01:09:08 +0000 Subject: [PATCH] Ooops, forgot to clear edited by output for subsequent posts git-svn-id: file:///svn/phpbb/trunk@1248 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 2fd341fccf..66add3ed41 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -933,6 +933,10 @@ for($i = 0; $i < $total_posts; $i++) $l_edited_by = "

" . 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