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

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

Return to bug 13521