http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8116 Priority: P5 - low Change sponsored?: --- Bug ID: 8116 Assignee: gmcharlt@gmail.com Summary: z3950 empty search causes silent warning in koha-error_log Severity: normal Classification: Unclassified OS: All Reporter: kolpen@o2.pl Hardware: All Status: NEW Version: rel_3_8 Component: Cataloging Product: Koha Created attachment 9633 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9633&action=edit proposed patch When searching z3950 with empty parameter list a silent warning occurs in koha-error_log: z3950_search.pl: Use of uninitialized value in subroutine entry at /usr/lib/perl5/ZOOM.pm line 491 The reason is unassigned value in variable $query in line 118 of z3950_search.pl module. The bug occurs also in earlier Koha version (3.6) -- You are receiving this mail because: You are watching all bug changes.