--- trunk/run.pl 2009/07/10 13:54:11 1235 +++ trunk/run.pl 2009/07/22 09:23:36 1246 @@ -383,7 +383,7 @@ next; } - next if ($only_input && ($input_name !~ m#$only_input#i && $input->{type} !~ m#$only_input#i)); + next if defined $only_input && $input_name !~ m#$only_input#i; my $type = lc($input->{type});