From ede93fcfbb8439cbe0e00ff5dfa7d4bb1a260d30 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 12 Mar 2008 16:22:26 +0000 Subject: [PATCH] fixes git-svn-id: http://www.observium.org/svn/observer/trunk@141 61d68cd4-352d-0410-923a-c4978735b2b8 --- poll-device.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);