billing fixes and improvements

git-svn-id: http://www.observium.org/svn/observer/trunk@2764 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-12-07 13:52:46 +00:00
parent 810788fd84
commit d0cee15757
7 changed files with 67 additions and 71 deletions

View File

@@ -9,7 +9,7 @@ function format_bytes_billing($value)
function format_bytes_billing_short($value)
{
global $config;
return format_number($value, $config['billing']['base'], 1);
return format_number($value, $config['billing']['base'], 2, 3);
}