Revision 8a1dddc1
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
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); |
Auch abrufbar als: Unified diff
Überflüssiges "form->unescape()" sorgte für falsche Zeichencodierung