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

(-)a/C4/Context.pm (-2 / +1 lines)
Lines 1251-1257 sub IsSuperLibrarian { Link Here
1251
        return 1;
1251
        return 1;
1252
    }
1252
    }
1253
1253
1254
    return $userenv->{flags} % 2;
1254
    return ($userenv->{flags}//0) % 2;
1255
}
1255
}
1256
1256
1257
1;
1257
1;
1258
- 

Return to bug 11893