array keys are strings, duh

git-svn-id: http://www.observium.org/svn/observer/trunk@2863 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-02-14 19:01:23 +00:00
parent ff0f27a9fa
commit 752bbc2af8
27 changed files with 86 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
<?php
list($hardware, $version, $features) = explode(",", str_replace(", ", ",", $poll_device[sysDescr]));
list($hardware, $version, $features) = explode(",", str_replace(", ", ",", $poll_device['sysDescr']));
list($features) = explode("(", $version);
$fdb_rrd_file = $config['rrd_dir'] . "/" . $device['hostname'] . "/fdb_count.rrd";