// preference admin controller updated and tools convertbyte too

This commit is contained in:
vChabot
2011-12-22 15:56:34 +00:00
parent e6333ce271
commit 77344ceb16
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1916,7 +1916,7 @@ FileETag INode MTime Size
else
{
$value_length = strlen($value);
$qty = substr($value, 0, $value_length - 1 );
$qty = (int)substr($value, 0, $value_length - 1 );
$unit = strtolower(substr($value, $value_length - 1));
switch ($unit)
{