diff --git a/poll-device.php b/poll-device.php index c23c13e859..c48ef595c7 100755 --- a/poll-device.php +++ b/poll-device.php @@ -31,7 +31,7 @@ while ($device = mysql_fetch_array($device_query)) { echo("Polling " . $device['hostname'] . " ( ".$device['device_id']." )\n\n"); unset($update); unset($update_query); unset($seperator); unset($version); unset($uptime); unset($features); - unset($location); unset($hardware); unset($sysDescr); unse$sysContact); + unset($location); unset($hardware); unset($sysDescr); unset($sysContact); $pingable = isPingable($device['hostname']);