From: Moritz Bunkus Date: Thu, 10 Apr 2008 08:53:03 +0000 (+0000) Subject: Doppeltes "use". X-Git-Tag: release-2.6.0beta1~173 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f65df7308c1d800e267577926e5ed3a2c8c993a6;p=kivitendo-erp.git Doppeltes "use". --- diff --git a/SL/Form.pm b/SL/Form.pm index 9936630f3..6e781b80e 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;