From 5ef89aebb3d5def3ef185527c65676b22c218015 Mon Sep 17 00:00:00 2001 From: Ice Date: Sun, 10 Aug 2008 13:19:18 +0000 Subject: [PATCH] Bug: 102 --- root/portal/includes/functions.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index b9aee515..8d99d395 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -251,10 +251,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le while ( $row = $db->sql_fetchrow($result) ) { - if ($row['user_id'] != ANONYMOUS && $row['user_colour']) - { - $row['username'] = '' . $row['username'] . ''; - } + $row['username'] = get_username_string('full', $row['user_id'], $row['username'], $row['user_colour'])) . ''; // Pull attachment data $sql2 = 'SELECT *