From 4f35eb99f9e84cee867e72d2c3df4cd0af965d3d Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 10 Jun 2010 22:25:04 +0000 Subject: [PATCH] fix another typo in discovery git-svn-id: http://www.observium.org/svn/observer/trunk@1141 61d68cd4-352d-0410-923a-c4978735b2b8 --- discovery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/discovery.php b/discovery.php index 05f291b2c3..5873a9bd69 100755 --- a/discovery.php +++ b/discovery.php @@ -146,6 +146,7 @@ while ($device = mysql_fetch_array($device_query)) $device['type'] = 'power'; break; } + } $update_query = "UPDATE `devices` SET "; $update_query .= " `last_discovered` = NOW(), `type` = '" . $device['type'] . "'";