]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Kommentare raus
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 27 Aug 2012 13:41:16 +0000 (15:41 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:50:08 +0000 (15:50 +0200)
SL/Menu.pm

index bc1b4e753182e07db5eaff4bbb2798a75af91e4d..8b2a201c077a7c3a0bbc21de9ad80d181d870639 100644 (file)
@@ -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/;