projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63316e
)
"path" wird nicht mehr benötigt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 4 May 2007 14:05:19 +0000
(14:05 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 4 May 2007 14:05:19 +0000
(14:05 +0000)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
3829757
..
f4a07f6
100644
(file)
--- 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;