[Koha-bugs] [Bug 16442] New: C4::Ris is not plack safe

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 4 20:53:43 CEST 2016


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

            Bug ID: 16442
           Summary: C4::Ris is not plack safe
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.druart at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
            Blocks: 7172

C4::Ris incorrectly uses 4 package variables:
- $utf: not used, can be removed
- $intype: set to marcflavour once, but later it assumes that it is usmarc if
not defined
our $marcprint: always 0, so set it to 0
our $protoyear: only used in 1 subroutine, let's define it at this level


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172
[Bug 7172] Omnibus for Plack variable scoping problems
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list