http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3614 Summary: Error in C4/Biblio.pm Product: Koha Version: unspecified Platform: PC OS/Version: Windows 2000 Status: NEW Severity: minor Priority: P3 Component: Cataloging AssignedTo: gmcharlt@gmail.com ReportedBy: kosmas@lib.uoc.gr Estimated Hours: 0.0 Change sponsored?: --- There is an error in C4/Biblio.pm lines 1712 and 1728 as of git commit 6970d3c1ae69e0bd4916a0162fd92722a7a967b2 The statement: $ind1 = " " if !defined($ind2) or $ind2 eq ""; should be changed to: $ind1 = " " if !defined($ind1) or $ind1 eq ""; -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.