--- trunk/run.pl 2009/07/20 22:02:28 1245 +++ 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});