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

(-)a/C4/Output.pm (-2 / +1 lines)
Lines 307-313 sub is_ajax { Link Here
307
    return ( $x_req and $x_req =~ /XMLHttpRequest/i ) ? 1 : 0;
307
    return ( $x_req and $x_req =~ /XMLHttpRequest/i ) ? 1 : 0;
308
}
308
}
309
309
310
=item
310
=item output_and_exit_if_error
311
311
312
    output_and_exit_if_error( $query, $cookie, $template, $params );
312
    output_and_exit_if_error( $query, $cookie, $template, $params );
313
313
314
- 

Return to bug 18403