From 933b210a747f6408a5279e2fe80bd036e2360903 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 5 Apr 2011 13:27:48 +0000 Subject: [PATCH] rename formatstorage (back?) to formatStorage git-svn-id: http://www.observium.org/svn/observer/trunk@2023 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index e3d4d8cd38..2fc9bba7bf 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -91,7 +91,7 @@ function formatRates($rate) return $rate; } -function formatstorage($rate, $round = '2') +function formatStorage($rate, $round = '2') { $rate = format_bi($rate, $round) . "B"; return $rate;