mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/13142] Removed surperfulous space
PHPBB3-13142
This commit is contained in:
@@ -631,7 +631,7 @@ function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by
|
|||||||
$total = (int) $db->sql_fetchfield('total');
|
$total = (int) $db->sql_fetchfield('total');
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
}
|
}
|
||||||
else if ( $total < -1)
|
else if ($total < -1)
|
||||||
{
|
{
|
||||||
$total = -1;
|
$total = -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user