From 0c40cd5f137167d3a7a022ac951a238cbc885305 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 14 Mar 2014 07:03:37 -0500 Subject: [PATCH] [ticket/9871] Fix indentation on comment PHPBB3-9871 --- phpBB/includes/functions_admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index a422d38f67..432d4dd477 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -2925,8 +2925,8 @@ function get_database_size() } /** - * Retrieve contents from remotely stored file - */ +* Retrieve contents from remotely stored file +*/ function get_remote_file($host, $directory, $filename, &$errstr, &$errno, $port = 80, $timeout = 6) { global $user;