menubar ist hier unnötig
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:41:27 +0000 (12:41 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:41:27 +0000 (12:41 +0200)
bin/mozilla/ar.pl

index 2e82596..8d0e89d 100644 (file)
@@ -524,10 +524,6 @@ $follow_ups_block
     }
   }
 
-  if ($form->{menubar}) {
-    require "bin/mozilla/menu.pl";
-    &menubar;
-  }
   # button for saving history
   if($form->{id} ne "") {
     print qq| <input type=button class=submit onclick=set_history_window($form->{id}); name=history id=history value=| . $locale->text('history') . qq|> |;