19 Sep
2013
19 Sep
'13
12:45 p.m.
If you use a global variable in a routine, you should declare it as 'our' instead of 'my'. These variables are only used in some subroutines of this script, eliminating
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9032 --- Comment #33 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #32) the need for passing them as parameters. I do not need them to be (global) package variables. A lexical variable declared with my is sufficient here. -- You are receiving this mail because: You are watching all bug changes.