From a5a63df36f05eda4f5703e20e39082aaffb0eceb Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Mon, 7 Oct 2002 01:07:41 +0000 Subject: Fixed last poster name, dumped categories table. git-svn-id: file:///svn/phpbb/trunk@2939 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 8120576aea..d995afc9de 100644 --- a/phpBB/includes/forums_display.php +++ b/phpBB/includes/forums_display.php @@ -89,7 +89,7 @@ foreach ($forum_rows as $row) { $last_post = create_date($board_config['default_dateformat'], $forum_last_post_time, $board_config['board_timezone']) . '
'; - $last_post .= ($user_id == ANONYMOUS) ? (($forum_last_poster_name != '') ? $forum_last_poster_name . ' ' : $lang['Guest'] . ' ') : '' . $username . ' '; + $last_post .= ($forum_last_poster_id == ANONYMOUS) ? (($forum_last_poster_name != '') ? $forum_last_poster_name . ' ' : $lang['Guest'] . ' ') : '' . $username . ' '; $last_post .= '' . create_img($theme['goto_post_latest'], $lang['View_latest_post']) . ''; } -- cgit v1.2.1