aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-11-16 08:28:35 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-11-16 14:56:15 +0100
commit7cbd440e7a69eb836eb9d58800f1c535d41b83ab (patch)
treef34d4b565cb2892fa663696a2596693e6fe6a638 /phpBB/includes/functions.php
parent4e3a42f59fa32fb1a3e14cff959b19576e5ba7cf (diff)
downloadforums-7cbd440e7a69eb836eb9d58800f1c535d41b83ab.tar
forums-7cbd440e7a69eb836eb9d58800f1c535d41b83ab.tar.gz
forums-7cbd440e7a69eb836eb9d58800f1c535d41b83ab.tar.bz2
forums-7cbd440e7a69eb836eb9d58800f1c535d41b83ab.tar.xz
forums-7cbd440e7a69eb836eb9d58800f1c535d41b83ab.zip
[ticket/11192] Mark negative byte numbers as unsupported.
PHPBB3-11192
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 33545ab845..8688ba3f7e 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -289,7 +289,7 @@ function phpbb_gmgetdate($time = false)
/**
* Return formatted string for filesizes
*
-* @param int $value filesize in bytes
+* @param int $value filesize in bytes (non-negative number)
* @param bool $string_only true if language string should be returned
* @param array $allowed_units only allow these units (data array indexes)
*