From 4843b7e49c765e4cd50f72e970bfed48fb41ed34 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 25 Jun 2007 15:05:18 +0000 Subject: [PATCH] just reindent --- C4/Koha.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 2da57f336d..72321537bf 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -1137,8 +1137,8 @@ sub FixEncoding { foreach my $subfield ($field->subfields()){ if ($createdfield){ if (($newField->tag eq '100')) { - substr($subfield->[1],26,2,"0103") if ($targetcharset eq "latin1"); - substr($subfield->[1],26,4,"5050") if ($targetcharset eq "utf8"); + substr($subfield->[1],26,2,"0103") if ($targetcharset eq "latin1"); + substr($subfield->[1],26,4,"5050") if ($targetcharset eq "utf8"); } map {C4::Biblio::char_decode($_,"UNIMARC")} @$subfield; $newField->add_subfields($subfield->[0]=>$subfield->[1]); -- 2.20.1