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

--- Comment #33 from M. de Rooy <[email protected]> ---
(In reply to Jonathan Druart from comment #32)
> 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
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.
_______________________________________________
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/

Reply via email to