[Koha-bugs] [Bug 8886] Uninitialized variable triggers error log entry in z3950_search.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 6 15:36:44 CEST 2012


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

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
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.


More information about the Koha-bugs mailing list