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

(-)a/C4/Auth.pm (-2 / +2 lines)
Lines 1512-1519 sub checkauth { Link Here
1512
1512
1513
    $template->param(
1513
    $template->param(
1514
        LibraryName => C4::Context->preference("LibraryName"),
1514
        LibraryName => C4::Context->preference("LibraryName"),
1515
        %info,
1516
        sessionID => $session->id,
1515
    );
1517
    );
1516
    $template->param(%info);
1517
1518
1518
    if ( $params->{do_not_print} ) {
1519
    if ( $params->{do_not_print} ) {
1519
        # This must be used for testing purpose only!
1520
        # This must be used for testing purpose only!
1520
- 

Return to bug 36092