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

(-)a/opac/opac-search.pl (-2 / +1 lines)
Lines 611-617 if ($tag) { Link Here
611
}
611
}
612
612
613
# use Data::Dumper; print STDERR "-" x 25, "\n", Dumper($results_hashref);
613
# use Data::Dumper; print STDERR "-" x 25, "\n", Dumper($results_hashref);
614
if ($@ || $error) {
614
if (not $tag and ( $@ || $error)) {
615
    $template->param(query_error => $error.$@);
615
    $template->param(query_error => $error.$@);
616
    output_html_with_http_headers $cgi, $cookie, $template->output;
616
    output_html_with_http_headers $cgi, $cookie, $template->output;
617
    exit;
617
    exit;
618
- 

Return to bug 19975