/[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 1235 by dpavlin, Fri Jul 10 13:54:11 2009 UTC revision 1246 by dpavlin, Wed Jul 22 09:23:36 2009 UTC
# Line 383  foreach my $database ( sort keys %{ $con Line 383  foreach my $database ( sort keys %{ $con
383                          next;                          next;
384                  }                  }
385    
386                  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;
387    
388                  my $type = lc($input->{type});                  my $type = lc($input->{type});
389    

Legend:
Removed from v.1235  
changed lines
  Added in v.1246

  ViewVC Help
Powered by ViewVC 1.1.26