From bfd53779911e4a765c868b9dccc6d941c9c36680 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 23 Mar 2011 10:43:02 +0000 Subject: [PATCH] fix fix :) git-svn-id: http://www.observium.org/svn/observer/trunk@1962 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/bill/bits.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/bill/bits.inc.php b/html/includes/graphs/bill/bits.inc.php index e75f55ad1..944a50709 100644 --- a/html/includes/graphs/bill/bits.inc.php +++ b/html/includes/graphs/bill/bits.inc.php @@ -28,7 +28,7 @@ $rra_out = "OUTOCTETS"; if($bill['bill_type'] == "cdr") { $custom_graph = " COMMENT:'\\r' "; - $custom_graph .= " HRULE:" . $rates['rate_average'] * 1000 . "#cc0000:'95th %ile \: ".formatRates($rates['rate_95th']*1000)." (".$rates['dir_95th'].") (CDR\: ".formatRates($rates['bill_cdr']*1000).")'"; + $custom_graph .= " HRULE:" . $rates['rate_average'] * 1000 . "#cc0000:'95th %ile \: ".formatRates($rates['rate_95th']*1000)." (".$rates['dir_95th'].") (CDR\: ".formatRates($bill['bill_cdr']*1000).")'"; $custom_graph .= " HRULE:" . $rates['rate_average'] * 1000 * -1 . "#cc0000"; } elseif($bill['bill_type'] == "quota") { $custom_graph = " COMMENT:'\\r' ";