http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7311
--- Comment #4 from Frère Sébastien Marie <[email protected]> 2011-12-02 14:01:50 UTC --- Comment on attachment 6532 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6532 Bug 7311: Only run analytics code if analytics are enabled near the same problem with this one... the problem (for the patch) is 'hostitemnumbers' is declared in first conditional. So the variable scope stop at the end of the first conditionnal. When the second conditionnal occurs, 'hostitemnumbers' is not defined. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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/
