]> git.koha-community.org Git - koha.git/commit
Bug 14245: (QA followup) already global
authorTomas Cohen Arazi <tomascohen@unc.edu.ar>
Wed, 16 Sep 2015 14:51:12 +0000 (11:51 -0300)
committerMason James <mtj@kohaaloha.com>
Fri, 2 Oct 2015 10:42:35 +0000 (23:42 +1300)
commit56d895ee0fd913f4346756b44c122fea90ebe34b
tree8bd131cbcd0064c229371ab8990f535a0974c031
parentea22b83b3688b9dcbd91e369c17dfe9b924bcf44
Bug 14245: (QA followup) already global

The original patch correctly unmasks the global variable (by
removing the 'my' on the marc2ris function, but wrongly introduces
a new global variable.

Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Ris.pm