Skip to content

Commit

Permalink
Deleting the record option
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Jul 13, 2016
1 parent c1328bb commit 36b8fcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Catmandu/Fix/Inline/marc_map.pm
Expand Up @@ -70,7 +70,6 @@ our $VERSION = '0.219';
sub marc_map {
my ($data,$marc_path,%opts) = @_;
# Set default to nested_arrays for backwards compatibility
$opts{'-record'} = 'record' unless exists $opts{'-record'};
$opts{'-nested_arrays'} = 1 unless exists $opts{'-nested_arrays'};
return Catmandu::MARC->instance->marc_map(
$data,
Expand Down

0 comments on commit 36b8fcd

Please sign in to comment.