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

(-)a/misc/migration_tools/build_oai_sets.pl (-1 / +1 lines)
Lines 88-93 my $query = qq{ Link Here
88
    FROM deletedbiblio_metadata
88
    FROM deletedbiblio_metadata
89
    WHERE format='marcxml'
89
    WHERE format='marcxml'
90
    AND  `schema` = ?
90
    AND  `schema` = ?
91
    ORDER BY biblionumber ASC
91
};
92
};
92
if($length) {
93
if($length) {
93
    $query .= "LIMIT $length";
94
    $query .= "LIMIT $length";
94
- 

Return to bug 35442