mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed additional ;
This commit is contained in:
@@ -132,7 +132,7 @@ foreach (dbFetch('SELECT *, UNIX_TIMESTAMP(timestamp) AS formatted_date FROM bil
|
||||
$in_delta = $row['in_delta'];
|
||||
$out_delta = $row['out_delta'];
|
||||
$in_value = delta_to_bits($in_delta, $period);
|
||||
$out_value = delta_to_bits($out_delta, $period);;
|
||||
$out_value = delta_to_bits($out_delta, $period);
|
||||
|
||||
$last = $timestamp;
|
||||
|
||||
|
Reference in New Issue
Block a user