mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2643 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
		@@ -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);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user