"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 3829757..f4a07f6 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;