21 Sep
2011
21 Sep
'11
5:20 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875 --- Comment #3 from Paul Poulain <paul.poulain@biblibre.com> 2011-09-21 15:20:29 UTC --- Created attachment 5496 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5496 Bug 6875 de-nesting Auth.pm * removed use C4::Koha that is useless * moved "use C4::Members" to "require C4::Members" just before GetMemberDetails call. This will avoid loading C4::Member everytime a page is called by someone not logged * still to do = work on C4::VirtualShelves, that can be optimized, definetly ! -- 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.