--- trunk/lib/Biblio/Isis.pm 2006/07/09 12:12:57 57 +++ trunk/lib/Biblio/Isis.pm 2006/07/09 12:18:44 58 @@ -544,7 +544,7 @@ =item join_subfields_with Define delimiter which will be used to join repeatable subfields. You can -specify option here instead in L if you want to have per-record controll. +specify option here instead in L if you want to have per-record control. =back @@ -567,8 +567,8 @@ my $row = $self->fetch($mfn) || return; - my $j_rs = $arg->{join_repeatable_subfields}; - $j_rs = $self->{join_repeatable_subfields} unless(defined($j_rs)); + my $j_rs = $arg->{join_subfields_with}; + $j_rs = $self->{join_subfields_with} unless(defined($j_rs)); my $i_sf = $arg->{include_subfields}; foreach my $f_nr (keys %{$row}) {