From 1e73f8d5eafda476192d95bc5ff8ec8b48d75381 Mon Sep 17 00:00:00 2001 From: brunoais Date: Fri, 27 Feb 2015 08:34:28 +0000 Subject: [PATCH] [ticket/13142] Removed surperfulous new line PHPBB3-13142 --- phpBB/includes/functions_mcp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php index ad72a37d3a..1883cb2d87 100644 --- a/phpBB/includes/functions_mcp.php +++ b/phpBB/includes/functions_mcp.php @@ -553,7 +553,6 @@ function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by break; } - /** * This event allows you to control the SQL query used to get the total number * of reports the user can access.