Fixed the scrut coding style issues

This commit is contained in:
Neil Lathwood
2015-02-22 16:45:40 +00:00
parent 3045835093
commit a4d3c8709d
15 changed files with 29 additions and 3 deletions
+1
View File
@@ -222,6 +222,7 @@ 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()');