mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13142] Removed surperfulous space
PHPBB3-13142
This commit is contained in:
parent
1e73f8d5ea
commit
df9331084b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue