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

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

Return to bug 13521