From: Moritz Bunkus Date: Fri, 4 May 2007 14:05:19 +0000 (+0000) Subject: "path" wird nicht mehr benötigt. X-Git-Tag: release-2.4.3^2~386 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=599030d5e26bcef0f9850ddbbedba106ded70ebb;p=kivitendo-erp.git "path" wird nicht mehr benötigt. --- 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;