X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a11973c72d2d2e3fb3943fd21dcbc7668ccf499f..bc88a0d19d2891ea36830ca2dae796975c369d7b:/SL/Request.pm diff --git a/SL/Request.pm b/SL/Request.pm index cef5c1468..d4f2d8850 100644 --- a/SL/Request.pm +++ b/SL/Request.pm @@ -219,8 +219,6 @@ sub read_cgi_input { _store_value($target, $_, $temp_form{$_}) for keys %temp_form; } - map { $target->{$_} = $temp_target->{$_} } keys %{ $temp_target }; - $::lxdebug->leave_sub; return $target;