http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7769
--- Comment #5 from Dobrica Pavlinusic <[email protected]> --- I don't think there are any side-effect on non-persistent setup, and indeed we are doing this because we reference it inside subs. It would be enough to scope just $template, and to be pedantic, we are defining three global variables instead of one which does increase memory usage in persistent environment, but alternatives would require larger code changes. -- 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/
