]> wagnertech.de Git - kivitendo-erp.git/commitdiff
"path" wird nicht mehr benötigt.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 4 May 2007 14:05:19 +0000 (14:05 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 4 May 2007 14:05:19 +0000 (14:05 +0000)
bin/mozilla/common.pl

index 38297576ddb9e3265434cd5c2d0863d628447975..f4a07f6674b29025799aafdebbcf6d02f4522c5f 100644 (file)
@@ -47,7 +47,7 @@ sub build_std_url {
 
   my $url = "$form->{script}?";
   my $first = 1;
-  foreach my $key ((qw(login password path), @_)) {
+  foreach my $key ((qw(login password), @_)) {
     next unless ($key);
     $url .= "&" unless ($first);
     $first = 0;