/[webpac2]/trunk/lib/WebPAC/Normalize.pm
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/lib/WebPAC/Normalize.pm

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

revision 720 by dpavlin, Tue Sep 26 10:23:04 2006 UTC revision 721 by dpavlin, Fri Sep 29 12:27:47 2006 UTC
# Line 979  sub save_into_lookup { Line 979  sub save_into_lookup {
979          my $mfn = $rec->{'000'}->[0] || die "mfn not defined or zero";          my $mfn = $rec->{'000'}->[0] || die "mfn not defined or zero";
980          foreach my $v ( $coderef->() ) {          foreach my $v ( $coderef->() ) {
981                  $lookup->{$database}->{$input}->{$key}->{$v}->{$mfn}++;                  $lookup->{$database}->{$input}->{$key}->{$v}->{$mfn}++;
982                  warn "# saved lookup $database/$input/$key [$v] $mfn\n"; #if ($debug > 1);                  warn "# saved lookup $database/$input/$key [$v] $mfn\n" if ($debug > 1);
983          }          }
984  }  }
985    

Legend:
Removed from v.720  
changed lines
  Added in v.721

  ViewVC Help
Powered by ViewVC 1.1.26