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

(-)a/catalogue/MARCdetail.pl (-2 / +1 lines)
Lines 82-88 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
82
    }
82
    }
83
);
83
);
84
84
85
my $record = GetMarcBiblio($biblionumber);
85
my $record = GetMarcBiblio($biblionumber, 1);
86
86
87
if ( not defined $record ) {
87
if ( not defined $record ) {
88
    # biblionumber invalid -> report and exit
88
    # biblionumber invalid -> report and exit
89
- 

Return to bug 8481