From: Sven Schöling Date: Mon, 22 Oct 2012 10:41:45 +0000 (+0200) Subject: menufile wird im template nicht mehr gebraucht X-Git-Tag: release-3.0.0beta1~102 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=81bfd831a8a641e4142dcdcd36cc10440dcfdccf;p=kivitendo-erp.git menufile wird im template nicht mehr gebraucht --- 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; }