doh
authorJason Etheridge <jason@EquinoxInitiative.org>
Mon, 13 May 2019 12:28:36 +0000 (08:28 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Mon, 13 May 2019 12:28:36 +0000 (08:28 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>

sql/base/base.sql

index ed89709..d667e99 100644 (file)
@@ -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();