diff --git a/includes/functions.php b/includes/functions.php index f0b403711..ad1463066 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -1474,6 +1474,6 @@ function create_sensor_to_state_index($device, $state_name, $index) } } - $inserted = dbInsert($insert, 'sensors_to_state_indexes'); + dbInsert($insert, 'sensors_to_state_indexes'); } }