https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17281 Bug ID: 17281 Summary: Warning when saving subfield structure Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: MARC Bibliographic data support Assignee: gmcharlt@gmail.com Reporter: frederic@tamil.fr QA Contact: testopia@bugs.koha-community.org Saving MARC subfield structure for any tag raises a warning in /var/log/koha/library/intranet-error.log Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/admin/marc_subfields_structure.pl
From this line is the:
unless ( C4::Context->config('demo') or C4::Context->config('demo') eq 1 ) { -- You are receiving this mail because: You are watching all bug changes.