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