Whoops typo

This commit is contained in:
Ice
2008-08-10 13:26:05 +00:00
parent 5ef89aebb3
commit dedc60be93

View File

@@ -251,7 +251,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le
while ( $row = $db->sql_fetchrow($result) ) while ( $row = $db->sql_fetchrow($result) )
{ {
$row['username'] = get_username_string('full', $row['user_id'], $row['username'], $row['user_colour'])) . '</b>'; $row['username'] = get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']) . '</b>';
// Pull attachment data // Pull attachment data
$sql2 = 'SELECT * $sql2 = 'SELECT *