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

(-)a/C4/Auth.pm (-2 / +2 lines)
Lines 1479-1486 sub checkauth { Link Here
1479
1479
1480
    $template->param(
1480
    $template->param(
1481
        LibraryName => C4::Context->preference("LibraryName"),
1481
        LibraryName => C4::Context->preference("LibraryName"),
1482
        %info,
1483
        sessionID => $session->id,
1482
    );
1484
    );
1483
    $template->param(%info);
1484
1485
1485
    if ( $params->{do_not_print} ) {
1486
    if ( $params->{do_not_print} ) {
1486
        # This must be used for testing purpose only!
1487
        # This must be used for testing purpose only!
1487
- 

Return to bug 36092