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

(-)a/Koha/Z3950Responder/Session.pm (-3 lines)
Lines 216-223 sub present_handler { Link Here
216
216
217
    return unless $self->_check_fetch( $resultset, $args, $offset, $args->{NUMBER} );
217
    return unless $self->_check_fetch( $resultset, $args, $offset, $args->{NUMBER} );
218
218
219
    # Ignore if request is only for one record; our own prefetching will probably do a better job.
220
    $self->_prefetch_records( $resultset, $args, $offset, $args->{NUMBER} ) if ( $args->{NUMBER} > 1 );
221
}
219
}
222
220
223
sub fetch_handler {
221
sub fetch_handler {
224
- 

Return to bug 13937