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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/