[Koha-bugs] [Bug 10277] Add C4::Context->IsSuperLibrarian()

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 3 06:50:46 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10277

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |srdjan at catalyst.net.nz

--- Comment #10 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
I believe it would be slightly better to write

my $userenv = C4::Context->userenv or carp(...);
return C4::Context->userenv->{flags} % 2 == 1;

It saves one C4::Context->userenv call.

I admire this kind of work, having C4::Context->userenv->{flags} % 2 != 1 all
over the place is just scandalous.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list