From bc6e36ef4f79132029f4f27f592872311724097b Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Tue, 5 Nov 2002 04:50:55 +0000 Subject: viewforum queries update + a couple of bugfixes. git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/forums_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/forums_display.php') diff --git a/phpBB/includes/forums_display.php b/phpBB/includes/forums_display.php index 820d7cb2e3..7810118158 100644 --- a/phpBB/includes/forums_display.php +++ b/phpBB/includes/forums_display.php @@ -77,7 +77,7 @@ foreach ($forum_rows as $row) { $last_post = $user->format_date($forum_last_post_time) . '
'; - $last_post .= ($forum_last_poster_id == ANONYMOUS) ? (($forum_last_poster_name != '') ? $forum_last_poster_name . ' ' : $user->lang['Guest'] . ' ') : '' . $username . ' '; + $last_post .= ($forum_last_poster_id == ANONYMOUS) ? (($forum_last_poster_name != '') ? $forum_last_poster_name . ' ' : $user->lang['Guest'] . ' ') : '' . $forum_last_poster_name . ' '; $last_post .= '' . $user->img('goto_post_latest', 'View_latest_post') . ''; } -- cgit v1.2.1