Actually, that line isn't needed.
This commit is contained in:
@@ -251,7 +251,6 @@ 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>';
|
|
||||||
|
|
||||||
// Pull attachment data
|
// Pull attachment data
|
||||||
$sql2 = 'SELECT *
|
$sql2 = 'SELECT *
|
||||||
|
|||||||
Reference in New Issue
Block a user