diff --git a/includes/polling/device-dell-laser.inc.php b/includes/polling/device-dell-laser.inc.php index 086edc976..034632bdc 100644 --- a/includes/polling/device-dell-laser.inc.php +++ b/includes/polling/device-dell-laser.inc.php @@ -5,4 +5,7 @@ list(,$version) = split('Engine ',$sysDescr); $version = "Engine " . trim($version,')'); + + $hardware = substr($hardware,0,strpos($hardware,';')); + ?>