From 599030d5e26bcef0f9850ddbbedba106ded70ebb Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 4 May 2007 14:05:19 +0000 Subject: [PATCH] =?utf8?q?"path"=20wird=20nicht=20mehr=20ben=C3=B6tigt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/common.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 38297576d..f4a07f667 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -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; -- 2.20.1