[Koha-bugs] [Bug 19367] New: $biblio variable redefined in same scope in ISBDdetail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 26 02:42:03 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19367

            Bug ID: 19367
           Summary: $biblio variable redefined in same scope in ISBDdetail
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

I've been running "perl -c" through Koha files to check for compilation errors,
and I came across the following:

my" variable $biblio masks earlier declaration in same scope at
./catalogue/ISBDdetail.pl line 171.

Sure enough, it looks like "my $biblio" is written twice in the same scope
unnecessarily. I'll look at fixing that...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list