/[Biblio-Isis]/trunk/lib/Biblio/Isis.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/Biblio/Isis.pm

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

revision 57 by dpavlin, Sun Jul 9 12:12:57 2006 UTC revision 58 by dpavlin, Sun Jul 9 12:18:44 2006 UTC
# Line 544  have original record subfield order and Line 544  have original record subfield order and
544  =item join_subfields_with  =item join_subfields_with
545    
546  Define delimiter which will be used to join repeatable subfields. You can  Define delimiter which will be used to join repeatable subfields. You can
547  specify option here instead in L</new> if you want to have per-record controll.  specify option here instead in L</new> if you want to have per-record control.
548    
549  =back  =back
550    
# Line 567  sub to_hash { Line 567  sub to_hash {
567    
568          my $row = $self->fetch($mfn) || return;          my $row = $self->fetch($mfn) || return;
569    
570          my $j_rs = $arg->{join_repeatable_subfields};          my $j_rs = $arg->{join_subfields_with};
571          $j_rs = $self->{join_repeatable_subfields} unless(defined($j_rs));          $j_rs = $self->{join_subfields_with} unless(defined($j_rs));
572          my $i_sf = $arg->{include_subfields};          my $i_sf = $arg->{include_subfields};
573    
574          foreach my $f_nr (keys %{$row}) {          foreach my $f_nr (keys %{$row}) {

Legend:
Removed from v.57  
changed lines
  Added in v.58

  ViewVC Help
Powered by ViewVC 1.1.26