Actually, that line isn't needed.

This commit is contained in:
Ice
2008-08-10 13:26:55 +00:00
parent dedc60be93
commit c5dfab82a0

View File

@@ -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']) . '</b>';
// Pull attachment data
$sql2 = 'SELECT *