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

(-)a/C4/Auth.pm (-2 / +1 lines)
Lines 686-692 sub _timeout_syspref { Link Here
686
    # value in days, convert in seconds
686
    # value in days, convert in seconds
687
    if ( $timeout =~ /(\d+)[dD]/ ) {
687
    if ( $timeout =~ /(\d+)[dD]/ ) {
688
        $timeout = $1 * 86400;
688
        $timeout = $1 * 86400;
689
    };
689
    }
690
    return $timeout;
690
    return $timeout;
691
}
691
}
692
692
693
- 

Return to bug 13521