1
0
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:
brunoais 2015-02-27 10:42:27 +00:00
parent 1e73f8d5ea
commit df9331084b

View File

@ -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;
}