From febaed5ec1729fd5da0610a1d0a2df59c4f3bced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVeLiTi=E2=80=9D?= <“info@veliti.nl”> Date: Fri, 4 Oct 2024 10:41:23 +0200 Subject: [PATCH] CMXX - Functions bugfix --- assets/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/functions.php b/assets/functions.php index bb9da50..e18cffd 100644 --- a/assets/functions.php +++ b/assets/functions.php @@ -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