mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#15698)
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -42,7 +42,7 @@ function create_bill($bill_name, $bill_type, $bill_cdr, $bill_day)
|
||||
$insert = [
|
||||
'bill_name' => $bill_name,
|
||||
'bill_type' => $bill_type,
|
||||
'bill_cdr' => $bill_cdr,
|
||||
'bill_cdr' => $bill_cdr,
|
||||
'bill_day' => '1',
|
||||
];
|
||||
$create_bill = dbInsert($insert, 'bills');
|
||||
|
@@ -816,6 +816,7 @@ function removeComments(&$output)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* transfer the new array back to the original array */
|
||||
return $new_array;
|
||||
}
|
||||
|
Reference in New Issue
Block a user