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:
c6a27f9
)
Kommentare raus
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 27 Aug 2012 13:41:16 +0000
(15:41 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:50:08 +0000
(15:50 +0200)
SL/Menu.pm
patch
|
blob
|
history
diff --git
a/SL/Menu.pm
b/SL/Menu.pm
index
bc1b4e7
..
8b2a201
100644
(file)
--- a/
SL/Menu.pm
+++ b/
SL/Menu.pm
@@
-73,10
+73,6
@@
sub menuitem {
? $form->escape($self->{$item}{href})
: "$module?action=$action";
-# my @vars = ($self->{$item}{href})
-# ? qw(module target href)
-# : qw(module action target href);
-#
# add other params
foreach my $key (keys %{ $self->{$item} }) {
next if $key =~ /target|module|action/;