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

(-)a/opac/oai.pl (-2 / +1 lines)
Lines 718-724 sub get_biblio_marcxml { Link Here
718
        $with_items = $conf->{format}->{$format}->{include_items};
718
        $with_items = $conf->{format}->{$format}->{include_items};
719
    }
719
    }
720
    my $record = GetMarcBiblio($biblionumber, $with_items, 1);
720
    my $record = GetMarcBiblio($biblionumber, $with_items, 1);
721
    $record ? $record->as_xml() : undef;
721
    $record ? $record->as_xml_record() : undef;
722
}
722
}
723
723
724
724
725
- 

Return to bug 17744