Revision 8a1dddc1
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
bin/mozilla/vk.pl | ||
---|---|---|
87 | 87 |
|
88 | 88 |
my ($callback, $href, @columns); |
89 | 89 |
|
90 |
$form->{customer} = $form->unescape($form->{customer}); |
|
91 |
|
|
92 | 90 |
if ( $form->{customer} =~ /--/ ) { |
93 | 91 |
# Felddaten kommen aus Dropdownbox |
94 | 92 |
($form->{customername}, $form->{customer_id}) = split(/--/, $form->{customer}); |
Auch abrufbar als: Unified diff
Überflüssiges "form->unescape()" sorgte für falsche Zeichencodierung