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

(-)a/misc/devel/populate_db.pl (-1 / +2 lines)
Lines 75-80 if ( $help ) { Link Here
75
    pod2usage;
75
    pod2usage;
76
}
76
}
77
77
78
$marcflavour = uc($marcflavour);
79
78
if (     $marcflavour ne 'MARC21'
80
if (     $marcflavour ne 'MARC21'
79
     and $marcflavour ne 'UNIMARC' ) {
81
     and $marcflavour ne 'UNIMARC' ) {
80
    say "Invalid MARC flavour '$marcflavour' passed.";
82
    say "Invalid MARC flavour '$marcflavour' passed.";
81
- 

Return to bug 10337