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
+1 -1
View File
@@ -7,7 +7,7 @@
# Tranzeo TR6CPQ, OS 6.3.34(1019), FW TR6-2.0.12CPQ, 2.4GHz, 15dBi int. antenna
# Tranzeo TR900Rt, OS 6.8.0(1024), FW TR900-3.3.3Rt, 900MHz, 17dBi ext. antenna
list($hardware, $version, $features, $hardware_antenna) = explode(", ", $poll_device[sysDescr]);
list($hardware, $version, $features, $hardware_antenna) = explode(", ", $poll_device['sysDescr']);
list(,$version) = explode(" ", $version);
list($version) = explode("(", $version);