diff --git a/includes/polling/device-dell-laser.inc.php b/includes/polling/device-dell-laser.inc.php index 034632bdc..3382b42e6 100644 --- a/includes/polling/device-dell-laser.inc.php +++ b/includes/polling/device-dell-laser.inc.php @@ -6,6 +6,9 @@ $version = "Engine " . trim($version,')'); - $hardware = substr($hardware,0,strpos($hardware,';')); + if (strstr($hardware ,';')) + { + $hardware = substr($hardware,0,strpos($hardware,';')); + } ?>