diff --git a/poll-device.php b/poll-device.php index 598ad62cc5..eca4304194 100755 --- a/poll-device.php +++ b/poll-device.php @@ -49,7 +49,7 @@ while ($device = mysql_fetch_array($device_query)) { echo("\n"); unset($poll_update); unset($poll_update_query); unset($poll_separator); unset($version); unset($uptime); unset($features); - unset($sysLocation); unset($hardware); unset($sysDescr); unset($sysContact); unset($sysName); + unset($sysLocation); unset($hardware); unset($sysDescr); unset($sysContact); unset($sysName); unset($serial); $pingable = isPingable($device['hostname']);