X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e98e20941b580769e3f4e6e2bcac60a679b7e06b..d56eeaf0da06ce646ee4a053033a8c7a38b60eee:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 4bea5f094..d690be1c1 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -42,7 +42,9 @@ use Cwd; use HTML::Template; use SL::Template; use CGI::Ajax; +use SL::DBUtils; use SL::Menu; +use SL::User; use CGI; sub _input_to_hash { @@ -146,7 +148,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.4.0"; + $self->{version} = "2.4.2"; $main::lxdebug->leave_sub(); @@ -409,7 +411,7 @@ function fokus(){document.$self->{fokus}.focus();} ($self->{title}) ? "$self->{title} - $self->{titlebar}" : $self->{titlebar}; - $ajax = ""; + my $ajax = ""; foreach $item (@ { $self->{AJAX} }) { $ajax .= $item->show_javascript(); } @@ -432,7 +434,7 @@ function fokus(){document.$self->{fokus}.focus();}