From df9331084bc84fd84ef8bc582db17f85ddc0a282 Mon Sep 17 00:00:00 2001 From: brunoais Date: Fri, 27 Feb 2015 10:42:27 +0000 Subject: [PATCH] [ticket/13142] Removed surperfulous space PHPBB3-13142 --- phpBB/includes/functions_mcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }