X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6744758dc61f5005930b1034c7406641d953f2d4..e5abe3effc8d6f5e45b75648ee10342a814f3ff2:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index d21e3f87c..e0a3d23ec 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -146,7 +146,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.4.0"; + $self->{version} = "2.3.9"; $main::lxdebug->leave_sub();