[Koha-bugs] [Bug 3614] New: Error in C4/Biblio.pm

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Mon Sep 14 13:35:17 CEST 2009


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 at gmail.com
        ReportedBy: kosmas at 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.



More information about the Koha-bugs mailing list