X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/696aad9cd711ed3a92721db045ad0b7067bb1a17..480d9a56bed666562d3c115fa2da4c09ba66ac8d:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 9936630f3..f45d9584e 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -41,7 +41,6 @@ use Data::Dumper; use CGI; use CGI::Ajax; use Cwd; -use List::Util qw(min max); use SL::Auth; use SL::Auth::DB; use SL::Auth::LDAP; @@ -512,7 +511,7 @@ sub create_http_response { } my %cgi_params = ('-type' => $params{content_type}); - $cgi_params{'-charset'} = $params{charset} if ($parmas{charset}); + $cgi_params{'-charset'} = $params{charset} if ($params{charset}); my $output = $cgi->header('-cookie' => $session_cookie, %cgi_params);