projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469cfac
)
menufile wird im template nicht mehr gebraucht
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:41:45 +0000
(12:41 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:41:45 +0000
(12:41 +0200)
SL/User.pm
patch
|
blob
|
history
diff --git
a/SL/User.pm
b/SL/User.pm
index
5255c8e
..
37a61c5
100644
(file)
--- 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;
}