4 May
2016
4 May
'16
9:04 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 51219 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51219&action=edit Bug 16442: C4::Ris is not plack safe 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 - $marcprint: always 0, so set it to 0 - $protoyear: only used in 1 subroutine, let's define it at this level Test plan: Just make sure the RIS export works as before this patch -- You are receiving this mail because: You are watching all bug changes.