/[webpac2]/trunk/run.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/run.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1129 by dpavlin, Tue Apr 21 21:03:53 2009 UTC revision 1160 by dpavlin, Sat Apr 25 14:17:27 2009 UTC
# Line 371  foreach my $database ( sort keys %{ $con Line 371  foreach my $database ( sort keys %{ $con
371    
372                  my $input_name = $input->{name} || $log->logdie("input without a name isn't valid: ",dump($input));                  my $input_name = $input->{name} || $log->logdie("input without a name isn't valid: ",dump($input));
373    
374                    if ( $input->{skip} ) {
375                            $log->info("skip $input_name");
376                            next;
377                    }
378    
379                  next if ($only_input && ($input_name !~ m#$only_input#i && $input->{type} !~ m#$only_input#i));                  next if ($only_input && ($input_name !~ m#$only_input#i && $input->{type} !~ m#$only_input#i));
380    
381                  my $type = lc($input->{type});                  my $type = lc($input->{type});

Legend:
Removed from v.1129  
changed lines
  Added in v.1160

  ViewVC Help
Powered by ViewVC 1.1.26