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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 1020-1025 sub checkauth { Link Here
1020
1020
1021
            # $return: 1 = valid user, 2 = superlibrarian
1021
            # $return: 1 = valid user, 2 = superlibrarian
1022
            if ($return) {
1022
            if ($return) {
1023
                $userid = $q_userid;
1023
1024
1024
                #_session_log(sprintf "%20s from %16s logged in  at %30s.\n", $userid,$ENV{'REMOTE_ADDR'},(strftime '%c', localtime));
1025
                #_session_log(sprintf "%20s from %16s logged in  at %30s.\n", $userid,$ENV{'REMOTE_ADDR'},(strftime '%c', localtime));
1025
                if ( $flags = haspermission( $userid, $flagsrequired ) ) {
1026
                if ( $flags = haspermission( $userid, $flagsrequired ) ) {
1026
- 

Return to bug 18442