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

(-)a/C4/Auth.pm (-2 / +1 lines)
Lines 350-356 sub get_template_and_user { Link Here
350
    }
350
    }
351
351
352
    if ( C4::Context->preference('dateformat') ) {
352
    if ( C4::Context->preference('dateformat') ) {
353
        $template->param( dateformat => C4::Context->preference('dateformat') )
353
        $template->param( dateformat => C4::Context->preference('dateformat') );
354
    }
354
    }
355
355
356
    # these template parameters are set the same regardless of $in->{'type'}
356
    # these template parameters are set the same regardless of $in->{'type'}
357
- 

Return to bug 13521