diff options
author | brunoais <brunoaiss@gmail.com> | 2015-02-27 10:42:27 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-02-27 10:42:27 +0000 |
commit | df9331084bc84fd84ef8bc582db17f85ddc0a282 (patch) | |
tree | de87ae318ebf12fc38e26aa2e1a827e50f6da0a2 /phpBB/includes/functions_mcp.php | |
parent | 1e73f8d5eafda476192d95bc5ff8ec8b48d75381 (diff) | |
download | forums-df9331084bc84fd84ef8bc582db17f85ddc0a282.tar forums-df9331084bc84fd84ef8bc582db17f85ddc0a282.tar.gz forums-df9331084bc84fd84ef8bc582db17f85ddc0a282.tar.bz2 forums-df9331084bc84fd84ef8bc582db17f85ddc0a282.tar.xz forums-df9331084bc84fd84ef8bc582db17f85ddc0a282.zip |
[ticket/13142] Removed surperfulous space
PHPBB3-13142
Diffstat (limited to 'phpBB/includes/functions_mcp.php')
-rw-r--r-- | phpBB/includes/functions_mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php index 1883cb2d87..13c1299928 100644 --- a/phpBB/includes/functions_mcp.php +++ b/phpBB/includes/functions_mcp.php @@ -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; } |