From 083e8d9a0629be61f96204cb1b4d60bec6aae84d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 5 Dec 2008 11:09:32 -0600 Subject: [PATCH] remove superfluous retrieval of $ENV{'REMOTE_USER'} Signed-off-by: Galen Charlton --- catalogue/showmarc.pl | 2 -- opac/opac-showmarc.pl | 2 -- 2 files changed, 4 deletions(-) diff --git a/catalogue/showmarc.pl b/catalogue/showmarc.pl index 17c09517cd..06bf84308e 100755 --- a/catalogue/showmarc.pl +++ b/catalogue/showmarc.pl @@ -39,8 +39,6 @@ use C4::ImportBatch; use XML::LibXSLT; use XML::LibXML; -my $userid = $ENV{'REMOTE_USER'}; - my $input = new CGI; my $biblionumber = $input->param('id'); my $importid = $input->param('importid'); diff --git a/opac/opac-showmarc.pl b/opac/opac-showmarc.pl index 99faf35c92..b38d77e7be 100755 --- a/opac/opac-showmarc.pl +++ b/opac/opac-showmarc.pl @@ -38,8 +38,6 @@ use C4::ImportBatch; use XML::LibXSLT; use XML::LibXML; -my $userid = $ENV{'REMOTE_USER'}; - my $input = new CGI; my $biblionumber = $input->param('id'); my $importid = $input->param('importid'); -- 2.39.2