fix billing

git-svn-id: http://www.observium.org/svn/observer/trunk@2375 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-05-26 22:56:02 +00:00
parent 4bb69ef697
commit 16b34cbe38
+1 -1
View File
@@ -198,7 +198,7 @@ if (bill_permitted($bill_id))
# $di = $di . "$type'>";
$di = "<img src='graph.php?type=bill_bits&amp;id=" . $bill_id;
$di .= "&amp;from=" . $config['day'] . "&amp;to=" . $config['now'];
$di .= "&amp;from=" . $config['time']['day'] . "&amp;to=" . $config['time']['now'];
$di .= "&amp;width=715&amp;height=200&amp;total=1'>";