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

(-)a/Koha/Z3950Responder/Session.pm (-2 / +1 lines)
Lines 125-131 sub _start_search { Link Here
125
            return $self->_start_search( $args, 1 );
125
            return $self->_start_search( $args, 1 );
126
        }
126
        }
127
127
128
        _set_error_from_zoom( $args, $@ );
128
        $self->_set_error_from_zoom( $args, $@ );
129
        $connection = undef;
129
        $connection = undef;
130
    }
130
    }
131
131
132
- 

Return to bug 13937