Revision d5c1e4fa
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
1026 | 1026 |
|
1027 | 1027 |
($form->{AR}) = split /--/, $form->{AR}; |
1028 | 1028 |
($form->{AR_paid}) = split /--/, $form->{AR_paid}; |
1029 |
$form->redirect($locale->text(' Payment posted!'))
|
|
1029 |
$form->redirect($locale->text('Payment posted!')) |
|
1030 | 1030 |
if (AR->post_payment(\%myconfig, \%$form)); |
1031 | 1031 |
$form->error($locale->text('Cannot post payment!')); |
1032 | 1032 |
|
Auch abrufbar als: Unified diff
Kosmetik.