From 81bfd831a8a641e4142dcdcd36cc10440dcfdccf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 22 Oct 2012 12:41:45 +0200 Subject: [PATCH] menufile wird im template nicht mehr gebraucht --- SL/User.pm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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; } -- 2.20.1