@@ -, +, @@ responses --- opac/oai.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/oai.pl +++ a/opac/oai.pl @@ -718,7 +718,7 @@ sub get_biblio_marcxml { $with_items = $conf->{format}->{$format}->{include_items}; } my $record = GetMarcBiblio($biblionumber, $with_items, 1); - $record ? $record->as_xml() : undef; + $record ? $record->as_xml_record() : undef; } --