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 bc1b4e7..8b2a201 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/;