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

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

Return to bug 11587