From c5dfab82a044d4cf258e8bc6fddf01d07ddd7480 Mon Sep 17 00:00:00 2001 From: Ice Date: Sun, 10 Aug 2008 13:26:55 +0000 Subject: [PATCH] Actually, that line isn't needed. --- root/portal/includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index ad11e9fd..24c32664 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -251,7 +251,6 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le while ( $row = $db->sql_fetchrow($result) ) { - $row['username'] = get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']) . ''; // Pull attachment data $sql2 = 'SELECT *