From d030e959dfcbb2d3307f144ab1e58d5f29b08e14 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Fri, 26 Feb 2016 23:56:54 +0100 Subject: [PATCH] Scrut fix --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } }