http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7769
--- Comment #4 from Ian Walls <[email protected]> --- Okay, this is a very simple change, 2 char for 3, but I need a little more knowledge before I can QA it. We're changing 'my' to 'our'. This increases the scope of the 3 variables, $template, $loggedinuser and $cookie to be global to the module, which makes sense. I *think* we need to do this because several subroutines within members/pay.pl alter $template, and the way that plack or mod_perl work more explicit scoping is required. Is this the case? Are there any side effects of changing this scope for a non-persistent setup? -- You are receiving this mail because: 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/
