Bug 2400 [10/18]: fixing pod syntax in C4/ImportBatch.pm
[koha_fer] / opac / opac-dictionary.pl
index 22398b6..985986c 100755 (executable)
@@ -19,7 +19,6 @@
 
 use strict;
 use C4::Output;
-use C4::Interface::CGI::Output;
 use C4::Auth;
 use CGI;
 use C4::Search;
@@ -75,8 +74,6 @@ my $type = $input->param('type');
 my $dbh = C4::Context->dbh;
 my ( $template, $loggedinuser, $cookie );
 
-my $env;
-
 my $startfrom = $input->param('startfrom');
 $startfrom = 0 if ( !defined $startfrom );
 my $searchdesc;