X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ac0c6a8692e05549cb2dc0a60e692f550fa72894..dad628a3c28d66caf59d23c3c7a8949e39bff81c:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 44d857c86..b6e0d8365 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -147,7 +147,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.4.1"; + $self->{version} = "2.4.2"; $main::lxdebug->leave_sub(); @@ -433,7 +433,7 @@ function fokus(){document.$self->{fokus}.focus();}