From 56d895ee0fd913f4346756b44c122fea90ebe34b 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 Signed-off-by: Mason James --- C4/Ris.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/C4/Ris.pm b/C4/Ris.pm index 18e2e2e7dd..54e76fc96f 100644 --- a/C4/Ris.pm +++ b/C4/Ris.pm @@ -87,8 +87,6 @@ C<$record> - a MARC::Record object =cut -my $intype; - sub marc2ris { my ($record) = @_; my $output; -- 2.39.5