X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0f179c9ab60ac22c697027cadc9f4bdb9c515ce5..8ae2bc4fb4c72f3ac907a3e47c0cbd5da23f62c5:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index 5255c8eee..37a61c51f 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -172,13 +172,7 @@ sub login { # remove lock file unlink($::lx_office_conf{paths}->{userspath} . "/nologin"); - my $menufile = - $self->{"menustyle"} eq "v3" ? "menuv3.pl" : - $self->{"menustyle"} eq "neu" ? "menunew.pl" : - $self->{"menustyle"} eq "js" ? "menujs.pl" : - "menu.pl"; - - print $form->parse_html_template("dbupgrade/footer", { "menufile" => $menufile }); + print $form->parse_html_template("dbupgrade/footer"); $rc = -2; }