remove superfluous retrieval of $ENV{'REMOTE_USER'}

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Galen Charlton 2008-12-05 11:09:32 -06:00
parent 817cd2680e
commit 083e8d9a06
2 changed files with 0 additions and 4 deletions

View file

@ -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');

View file

@ -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');