[Koha-bugs] [Bug 7001] User Configurable Slips

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 1 22:48:08 CET 2012


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

--- Comment #83 from Ian Walls <koha.sekjal at gmail.com> 2012-03-01 21:48:08 UTC ---
Main patch is looking good...I need a little more time with it to do a full
analysis for QA, but one thing has come up.

In C4/Letters getletter() subroutine, there is a hash my %letter defined
outside the subroutine.  This is later modified in the subroutine.  I'm not
exactly sure why, and to the best of my knowledge, this will cause scope
problems with mod_perl and other fast CGI alternatives.  I think we'll get a

Variable "%letter" will not stay shared at...

if we try to use mod_perl.

Can you confirm the reasoning behind this coding set up, and whether it would
be a lot of work to reimplement not to use this method?  Or perhaps you can
confirm that this is not actually a problem in mod_perl?  My understanding may
be flawed here.

-- 
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.


More information about the Koha-bugs mailing list