View | Details | Raw Unified | Return to bug 11944
Collapse All | Expand All

(-)a/C4/Search.pm (-1 / +2 lines)
Lines 517-522 sub getRecords { Link Here
517
                                next;
517
                                next;
518
                            }
518
                            }
519
519
520
                            SetUTF8Flag($marc_record);
521
520
                            my @used_datas = ();
522
                            my @used_datas = ();
521
523
522
                            foreach my $tag ( @{ $facet->{tags} } ) {
524
                            foreach my $tag ( @{ $facet->{tags} } ) {
523
- 

Return to bug 11944