Skip to content

Commit

Permalink
useless quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Jan 2, 2012
1 parent cc231cb commit 3d65a28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Screen.pm
Expand Up @@ -113,12 +113,12 @@ sub _getScreensFromWindows {
/ ]
)) {

next unless $object->{"Availability"};
next unless $object->{"PNPDeviceID"};
next unless $object->{"Availability"} == 3;
my $name = $object->{"Caption"};
next unless $object->{Availability};
next unless $object->{PNPDeviceID};
next unless $object->{Availability} == 3;
my $name = $object->{Caption};

$devices->{lc($object->{"PNPDeviceID"})} = {
$devices->{lc($object->{PNPDeviceID})} = {
name => $name,
type => $object->{MonitorType},
manufacturer => $object->{MonitorManufacturer},
Expand Down

0 comments on commit 3d65a28

Please sign in to comment.