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

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

Return to bug 36092