CMXX - Functions bugfix
This commit is contained in:
@@ -2628,7 +2628,7 @@ function storeMeasurementEquipment($serialnumber){
|
||||
}
|
||||
else {
|
||||
//EXIST INSERT
|
||||
$sql = 'INSERT INTO equipment_data (measurement, , healthindex, equipmentid, historyid) VALUES (?,?,?,?)';
|
||||
$sql = 'INSERT INTO equipment_data (measurement, healthindex, equipmentid, historyid) VALUES (?,?,?,?)';
|
||||
}
|
||||
|
||||
//EXECUTE QUERY
|
||||
|
||||
Reference in New Issue
Block a user