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

(-)a/C4/InstallAuth.pm (-5 lines)
Lines 428-437 sub checkpw { Link Here
428
# some features won't be effective : modify systempref, modify MARC structure,
428
# some features won't be effective : modify systempref, modify MARC structure,
429
        return 2;
429
        return 2;
430
    }
430
    }
431
    else{
432
433
434
    }
435
}
431
}
436
432
437
END { }    # module clean-up code here (global destructor)
433
END { }    # module clean-up code here (global destructor)
438
- 

Return to bug 12930