http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001
--- Comment #83 from Ian Walls <[email protected]> 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. _______________________________________________ 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/
