1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11192] Mark negative byte numbers as unsupported.

PHPBB3-11192
This commit is contained in:
Andreas Fischer
2012-11-16 08:28:35 +01:00
parent 4e3a42f59f
commit 7cbd440e7a
2 changed files with 1 additions and 17 deletions

View File

@@ -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)
*