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:
02475b7
)
Weiterer Fix für 988.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 15 May 2009 15:52:24 +0000
(15:52 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 15 May 2009 15:52:24 +0000
(15:52 +0000)
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.
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
05aaced
..
5b377b6
100644
(file)
--- 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;