From dedc60be931db28025b5d04c3acd4ae8eb52323d Mon Sep 17 00:00:00 2001 From: Ice Date: Sun, 10 Aug 2008 13:26:05 +0000 Subject: [PATCH] Whoops typo --- root/portal/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 8d99d395..ad11e9fd 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -251,7 +251,7 @@ 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'])) . ''; + $row['username'] = get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']) . ''; // Pull attachment data $sql2 = 'SELECT *