http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6885
Michael Hafen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Michael Hafen <[email protected]> 2011-09-20 15:26:06 UTC --- Looking at the patch (on the mailing list) userenv->{flags} != 1 isn't the best way to check for superlibrarian status. I think that userenv->{flags} %2 != 1 is the preferred way. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
