aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-03-14 07:03:37 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2014-03-14 07:03:37 -0500
commit0c40cd5f137167d3a7a022ac951a238cbc885305 (patch)
tree06fd8f28c0a842499a7d64e24ee0996b48eb6f10
parent23289c89a19ef8c262c46d2761b75a2506354d4e (diff)
downloadforums-0c40cd5f137167d3a7a022ac951a238cbc885305.tar
forums-0c40cd5f137167d3a7a022ac951a238cbc885305.tar.gz
forums-0c40cd5f137167d3a7a022ac951a238cbc885305.tar.bz2
forums-0c40cd5f137167d3a7a022ac951a238cbc885305.tar.xz
forums-0c40cd5f137167d3a7a022ac951a238cbc885305.zip
[ticket/9871] Fix indentation on comment
PHPBB3-9871
-rw-r--r--phpBB/includes/functions_admin.php4
1 files 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;