/[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 1100 by dpavlin, Sat Aug 2 23:46:41 2008 UTC revision 1129 by dpavlin, Tue Apr 21 21:03:53 2009 UTC
# Line 668  foreach my $database ( sort keys %{ $con Line 668  foreach my $database ( sort keys %{ $con
668                  close($report_fh) if ($report_fh);                  close($report_fh) if ($report_fh);
669          }          }
670    
671          eval { $indexer->finish } if ($indexer && $indexer->can('finish'));          $indexer->finish if $indexer && $indexer->can('finish');
672    
673          foreach my $out ( @output_modules ) {          foreach my $out ( @output_modules ) {
674                  $out->finish if $out->can('finish');                  $out->finish if $out->can('finish');

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

  ViewVC Help
Powered by ViewVC 1.1.26