http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679
--- Comment #6 from Chris Cormack <[email protected]> 2011-08-08 09:43:04 UTC --- Created attachment 4888 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4888 Bug 6679 : scripts under admin style fixed Contrary to common belief, subroutine prototypes do not enable compile-time checks for proper arguments. Don't use them. Defining a named sub within another sub, does not prevent that subroutine being global -- 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. _______________________________________________ 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/
