/[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 710 by dpavlin, Mon Sep 25 18:58:43 2006 UTC revision 712 by dpavlin, Tue Sep 26 10:23:04 2006 UTC
# Line 391  while (my ($database, $db_config) = each Line 391  while (my ($database, $db_config) = each
391    
392                  my $lookup_data = WebPAC::Normalize::_get_lookup();                  my $lookup_data = WebPAC::Normalize::_get_lookup();
393    
394                  $log->debug("created following lookups: ", dump( $lookup_data ));                  if (defined( $lookup_data->{$database}->{$input_name} )) {
395                            $log->debug("created following lookups: ", dump( $lookup_data ));
396    
397                  foreach my $key (keys %$lookup_data) {                          foreach my $key (keys %{ $lookup_data->{$database}->{$input_name} }) {
398                          $store->save_lookup( $database, $input_name, $key, $lookup_data->{$key} );                                  $store->save_lookup( $database, $input_name, $key, $lookup_data->{$database}->{$input_name}->{$key} );
399                            }
400                  }                  }
401    
402                  my $report_fh;                  my $report_fh;

Legend:
Removed from v.710  
changed lines
  Added in v.712

  ViewVC Help
Powered by ViewVC 1.1.26