/[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 39 by dpavlin, Sat Nov 12 21:31:47 2005 UTC revision 64 by dpavlin, Tue Nov 15 16:56:44 2005 UTC
# Line 540  sub get_data { Line 540  sub get_data {
540                  if ($sf && $$rec->{$f}->[$i]->{$sf}) {                  if ($sf && $$rec->{$f}->[$i]->{$sf}) {
541                          $$found++ if (defined($$found));                          $$found++ if (defined($$found));
542                          return $$rec->{$f}->[$i]->{$sf};                          return $$rec->{$f}->[$i]->{$sf};
543                  } elsif ($$rec->{$f}->[$i]) {                  } elsif (! $sf && $$rec->{$f}->[$i]) {
544                          $$found++ if (defined($$found));                          $$found++ if (defined($$found));
545                          # it still might have subfield, just                          # it still might have subfield, just
546                          # not specified, so we'll dump all                          # not specified, so we'll dump all
# Line 553  sub get_data { Line 553  sub get_data {
553                          } else {                          } else {
554                                  return $$rec->{$f}->[$i];                                  return $$rec->{$f}->[$i];
555                          }                          }
556                    } else {
557                            return '';
558                  }                  }
559          } else {          } else {
560                  return '';                  return '';

Legend:
Removed from v.39  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26