fix bug in hardware string for dell laser

git-svn-id: http://www.observium.org/svn/observer/trunk@1171 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-06-14 14:15:14 +00:00
parent 2c95275ea7
commit 483f733bd9

View File

@@ -6,6 +6,9 @@
$version = "Engine " . trim($version,')');
if (strstr($hardware ,';'))
{
$hardware = substr($hardware,0,strpos($hardware,';'));
}
?>