X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/752fd6ad6e059ac1e890ed463e02cad29a646d14..2ee0204efeafb90ac85240c7d6d4057260006870:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index acbe5cf76..7ae2eb850 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -697,7 +697,6 @@ sub save_member { $main::lxdebug->enter_sub(); my ($self) = @_; - my $form = \%main::form; # format dbconnect and dboptions string dbconnect_vars($self, $self->{dbname}); @@ -708,7 +707,7 @@ sub save_member { my $dbh = SL::DBConnect->connect($self->{dbconnect}, $self->{dbuser}, $self->{dbpasswd}); if ($dbh) { - $self->create_employee_entry($form, $dbh, $self, 1); + $self->create_employee_entry($::form, $dbh, $self, 1); $dbh->disconnect(); }