http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875
Jared Camins-Esakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5496|0 |1 is obsolete| | --- Comment #32 from Jared Camins-Esakov <[email protected]> 2012-01-28 14:00:34 UTC --- Created attachment 7359 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7359 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 ! Signed-off-by: Jared Camins-Esakov <[email protected]> Rebased on latest master, 28 Jan 2012 -- 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. You are watching all bug changes. _______________________________________________ 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/
