[Koha-bugs] [Bug 3643] New: opac-detail.pl throwing error

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Thu Sep 17 23:07:45 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3643

           Summary: opac-detail.pl throwing error
           Product: Koha
           Version: rel_3_0
          Platform: PC
        OS/Version: Linux - Other
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: OPAC
        AssignedTo: ropuch at bagno.be
        ReportedBy: ropuch at bagno.be
   Estimated Hours: 0.0
 Change sponsored?: ---


Attempt to show details for biblio in OPAC throw out error in koha 3.00.04.015:

Global symbol "$aws_ref" requires explicit package name at
/usr/share/koha/lib/C4/External/Amazon.pm line 85.
Global symbol "$aws_ref" requires explicit package name at
/usr/share/koha/lib/C4/External/Amazon.pm line 86.

Looks like omitted "my" with use strict, adding my before $aws_ref in line 85
seems to solve the problem. Can somebody fix this as I'm not really familiar
with git and patch submiting?


-- 
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