From 8a1dddc1ea0100c674b6534aef2c3cab51f93118 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 31 Mar 2011 16:37:31 +0200 Subject: [PATCH] =?utf8?q?=C3=9Cberfl=C3=BCssiges=20"form->unescape()"=20s?= =?utf8?q?orgte=20f=C3=BCr=20falsche=20Zeichencodierung?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ar.pl | 1 - bin/mozilla/vk.pl | 2 -- 2 files changed, 3 deletions(-) diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 3d4fe2664..fc3b252a7 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1324,7 +1324,6 @@ sub ar_transactions { my ($callback, $href, @columns); - $form->{customer} = $form->unescape($form->{customer}); ($form->{customer}, $form->{customer_id}) = split(/--/, $form->{customer}); report_generator_set_default_sort('transdate', 1); diff --git a/bin/mozilla/vk.pl b/bin/mozilla/vk.pl index e54a5fc7f..5dba978d7 100644 --- a/bin/mozilla/vk.pl +++ b/bin/mozilla/vk.pl @@ -87,8 +87,6 @@ sub invoice_transactions { my ($callback, $href, @columns); - $form->{customer} = $form->unescape($form->{customer}); - if ( $form->{customer} =~ /--/ ) { # Felddaten kommen aus Dropdownbox ($form->{customername}, $form->{customer_id}) = split(/--/, $form->{customer}); -- 2.20.1