Bug 12409: Follow up - Reflect from hash to array in comments
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 6 Jul 2014 19:00:40 +0000 (21:00 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 7 Jul 2014 13:13:17 +0000 (10:13 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Record.pm

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