From: Sven Schöling Date: Fri, 15 May 2009 15:52:24 +0000 (+0000) Subject: Weiterer Fix für 988. X-Git-Tag: release-2.6.0rc1~48 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4ef168cbd0b5d2e6099b40d2528bda85e2066994;p=kivitendo-erp.git Weiterer Fix für 988. Das ist allerdings auch mit das Äusserste was man aus der Methode rausholen kann. Bei mir ist der Link beim Laden jetzt auf ~2,4kB runter. --- diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 05aaced0d..5b377b639 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1541,6 +1541,7 @@ sub assembly_row { # save form variables in a previousform variable foreach my $key (sort keys %$form) { next unless ref $form->{$key} eq '' && $form->{$key}; + next if $key =~ /^select/; # get rid of these stupid select things # escape ampersands $form->{$key} =~ s/&/%26/g;