From 7edd05d6d17c9ea77888d082da2009a70c87a9fb Mon Sep 17 00:00:00 2001 From: laf Date: Mon, 23 Feb 2015 16:47:34 +0000 Subject: [PATCH] Fixed array setting --- includes/polling/functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/polling/functions.inc.php b/includes/polling/functions.inc.php index 15cae4b10..4582426c4 100644 --- a/includes/polling/functions.inc.php +++ b/includes/polling/functions.inc.php @@ -223,7 +223,6 @@ function poll_device($device, $options) rrdtool_update($ping_rrd, "N:$ping_time"); } - $update_array = array(); $update_array['last_polled'] = array('NOW()'); $update_array['last_polled_timetaken'] = $device_time; $update_array['last_ping'] = array('NOW()');