Skip to content

Commit

Permalink
remove id setting snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory McNicholl committed Mar 31, 2018
1 parent a1f69fe commit 0aa6892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/cfg.d/zz_rioxx2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
$_->{orcid} =~ m/\b(\d{4})\-?(\d{4})\-?(\d{4})\-?(\d{3}(?:\d|X))/ )
{
my $id = "$1-$2-$3-$4";
$creator_data->{id} = id => "http://orcid.org/$id";
$creator_data->{id} = "http://orcid.org/$id";
}

push @authors, $creator_data;
Expand Down

0 comments on commit 0aa6892

Please sign in to comment.