syntaxer run

git-svn-id: http://www.observium.org/svn/observer/trunk@2643 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-10-04 14:38:54 +00:00
parent 2dc8b807e9
commit a369c442eb
113 changed files with 0 additions and 232 deletions

View File

@@ -26,7 +26,6 @@ function getDates($dayofmonth)
$lastyear = $year;
}
$date_from = $year . $month . $dayofmonth;
$date_to = $newyear . $newmonth . $dayofmonth;
@@ -58,7 +57,6 @@ function getDates($dayofmonth)
$lastyear = $year;
}
$date_from = $newyear . $newmonth . $dayofmonth;
$date_to = $year . $month . $dayofmonth;
@@ -75,7 +73,6 @@ function getDates($dayofmonth)
return($return);
}
function getValue($host, $port, $id, $inout)
{
global $config;
@@ -177,7 +174,6 @@ function getRates($bill_id,$datefrom,$dateto)
$mtot = getTotal($bill_id,$datefrom,$dateto);
$ptot = getPeriod($bill_id,$datefrom,$dateto);
$data['rate_95th_in'] = get95thIn($bill_id,$datefrom,$dateto);
$data['rate_95th_out'] = get95thOut($bill_id,$datefrom,$dateto);
@@ -210,5 +206,4 @@ function getPeriod($bill_id,$datefrom,$dateto)
return($ptot);
}
?>