Revision d5c1e4fa
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1000 | 1000 |
|
1001 | 1001 |
($form->{AP}) = split /--/, $form->{AP}; |
1002 | 1002 |
($form->{AP_paid}) = split /--/, $form->{AP_paid}; |
1003 |
$form->redirect($locale->text(' Payment posted!'))
|
|
1003 |
$form->redirect($locale->text('Payment posted!')) |
|
1004 | 1004 |
if (AP->post_payment(\%myconfig, \%$form)); |
1005 | 1005 |
$form->error($locale->text('Cannot post payment!')); |
1006 | 1006 |
|
Auch abrufbar als: Unified diff
Kosmetik.