Bug 12409: Follow up - Reflect from hash to array in comments

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Katrin Fischer 2014-07-06 21:00:40 +02:00 committed by Tomas Cohen Arazi
parent b140b8cc08
commit e0bba7040f

View file

@ -660,14 +660,14 @@ sub marc2bibtex {
} }
$author = join ' and ', @texauthors; $author = join ' and ', @texauthors;
# Defining the conversion hash according to the marcflavour # Defining the conversion array according to the marcflavour
my @bh; my @bh;
if ( $marcflavour eq "UNIMARC" ) { if ( $marcflavour eq "UNIMARC" ) {
# FIXME, TODO : handle repeatable fields # FIXME, TODO : handle repeatable fields
# TODO : handle more types of documents # TODO : handle more types of documents
# Unimarc to bibtex hash # Unimarc to bibtex array
@bh = ( @bh = (
# Mandatory # Mandatory
@ -687,7 +687,7 @@ sub marc2bibtex {
); );
} else { } else {
# Marc21 to bibtex hash # Marc21 to bibtex array
@bh = ( @bh = (
# Mandatory # Mandatory