http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6885
--- Comment #8 from Ian Walls <[email protected]> 2011-10-12 15:30:49 UTC --- This will work to add the permissions check, yes, and it is consistent with how superlibrarian is tested in other parts of the code. This method (modulo 2) is not universal, however, and another bug report should be filed to apply a uniform checking methodology across the entire codebase. I recommend bitwise AND. Passed QA. -- 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/
