Merge branch 'QA_3_3'

This commit is contained in:
Michal Čihař
2010-04-13 14:14:42 +02:00

View File

@@ -1399,7 +1399,7 @@ function PMA_formatByteDown($value, $limes = 6, $comma = 0)
$return_value = PMA_formatNumber($value, 0);
}
return array($return_value, $unit);
return array(trim($return_value), $unit);
} // end of the 'PMA_formatByteDown' function
/**