From: Jason Etheridge Date: Mon, 13 May 2019 12:28:36 +0000 (-0400) Subject: doh X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=d5d9f759d90ac28c9a7ab42fa9ad20e8da3a92ae doh Signed-off-by: Jason Etheridge --- diff --git a/sql/base/base.sql b/sql/base/base.sql index ed89709..d667e99 100644 --- a/sql/base/base.sql +++ b/sql/base/base.sql @@ -4394,7 +4394,7 @@ foreach my $field (@uris) { $marc_xml->delete_field($field); # -- we're going to dedup and add them back } -my %hash = (map { ($_->as_usmarc => $_) } @uris); -- courtesy of an old Mike Rylander post :-) +my %hash = (map { ($_->as_usmarc => $_) } @uris); # -- courtesy of an old Mike Rylander post :-) $marc_xml->insert_fields_ordered( values( %hash ) ); return $marc_xml->as_xml_record();