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

(-)a/opac/oai.pl (-2 / +1 lines)
Lines 334-340 sub new { Link Here
334
    # We fetch it using this method, rather than the database directly,
334
    # We fetch it using this method, rather than the database directly,
335
    # so it'll include the item data
335
    # so it'll include the item data
336
    my $marcxml;
336
    my $marcxml;
337
    $marcxml = $repository->get_biblio_marcxml->($biblionumber, $args{metadataPrefix})
337
    $marcxml = $repository->get_biblio_marcxml($biblionumber, $args{metadataPrefix})
338
        unless $deleted;
338
        unless $deleted;
339
    my $oai_sets = GetOAISetsBiblio($biblionumber);
339
    my $oai_sets = GetOAISetsBiblio($biblionumber);
340
    my @setSpecs;
340
    my @setSpecs;
341
- 

Return to bug 12252