http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8886
--- Comment #1 from M. Tompsett <[email protected]> --- Created attachment 12723 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12723&action=edit Bug 8886 - Uninitialized variable triggers error log entry in z3950_search.pl Added "|| q{}" to the end of the declaration/initializations of both $op and $frameworkcode. This prevents n+1 error log entries, where n is the number of frameworks in biblio_framework. -- You are receiving this mail because: You are the assignee for the bug. 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/
