Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8a1dddc1

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

Überflüssiges "form->unescape()" sorgte für falsche Zeichencodierung

Unterschiede anzeigen:

bin/mozilla/ar.pl
1324 1324

  
1325 1325
  my ($callback, $href, @columns);
1326 1326

  
1327
  $form->{customer} = $form->unescape($form->{customer});
1328 1327
  ($form->{customer}, $form->{customer_id}) = split(/--/, $form->{customer});
1329 1328

  
1330 1329
  report_generator_set_default_sort('transdate', 1);
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