fix load graph (fixed per-os specific graphs for device-level graphs *only*)

git-svn-id: http://www.observium.org/svn/observer/trunk@1157 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-06-12 18:14:59 +00:00
parent aebc4c817a
commit d33dfc87a1
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ while ($device = mysql_fetch_array($device_query)) {
eventlog("OS Version -> $version", $device['device_id']);
}
if ( $features && $features != $device['features'] ) {
if ( $features != $device['features'] ) {
$poll_update .= $poll_separator . "`features` = '$features'";
$poll_separator = ", ";
eventlog("OS Features -> $features", $device['device_id']);