From 04441c5530a5f48a8b4687ae252a9f9872306c98 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 16 Sep 2015 11:51:12 -0300 Subject: [PATCH] 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 --- C4/Ris.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/C4/Ris.pm b/C4/Ris.pm index db8ca58..bb2213c 100644 --- a/C4/Ris.pm +++ b/C4/Ris.pm @@ -94,8 +94,6 @@ C<$record> - a MARC::Record object =cut -my $intype; - sub marc2ris { my ($record) = @_; my $output; -- 2.5.2