Revision 80d5f170
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/Manager/Part.pm | ||
---|---|---|
38 | 38 |
$type = [ grep { $type->{$_} } keys %$type ]; |
39 | 39 |
} |
40 | 40 |
|
41 |
my @types = listify($type); |
|
41 |
my @types = grep { $_ } listify($type);
|
|
42 | 42 |
my @filter; |
43 | 43 |
|
44 | 44 |
for my $type (@types) { |
Auch abrufbar als: Unified diff
Part-Manager: leere Strings im Typenfilter ignorieren