diff options
author | brunoais <brunoaiss@gmail.com> | 2015-02-27 08:34:28 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-02-27 08:34:28 +0000 |
commit | 1e73f8d5eafda476192d95bc5ff8ec8b48d75381 (patch) | |
tree | 27a89f7b8d29ab944aa1e39fe125bcce0db0f494 /phpBB/includes | |
parent | ec855f1817826604d215f0d5a913a87d6c268df1 (diff) | |
download | forums-1e73f8d5eafda476192d95bc5ff8ec8b48d75381.tar forums-1e73f8d5eafda476192d95bc5ff8ec8b48d75381.tar.gz forums-1e73f8d5eafda476192d95bc5ff8ec8b48d75381.tar.bz2 forums-1e73f8d5eafda476192d95bc5ff8ec8b48d75381.tar.xz forums-1e73f8d5eafda476192d95bc5ff8ec8b48d75381.zip |
[ticket/13142] Removed surperfulous new line
PHPBB3-13142
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_mcp.php | 1 |
1 files changed, 0 insertions, 1 deletions
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. |