commenting warn
authorPaul POULAIN <paul.poulain@biblibre.com>
Wed, 2 Jul 2008 17:48:00 +0000 (19:48 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 2 Jul 2008 18:29:22 +0000 (13:29 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm

index 1d98793..22bf578 100755 (executable)
@@ -2316,7 +2316,7 @@ sub _AddBiblioNoZebra {
             my $tag = $field->tag();
             my $subfieldcode = $subfield->[0];
             my $indexed=0;
-            warn "INDEXING :".$subfield->[1];
+            warn "INDEXING :".$subfield->[1];
             # check each index to see if the subfield is stored somewhere
             # otherwise, store it in __RAW__ index
             foreach my $key (keys %index) {