Revision 09479f02
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
459 | 459 |
|
460 | 460 |
if ($form->{currency} ne $form->{oldcurrency}) { |
461 | 461 |
&update; |
462 |
::end_of_request();
|
|
462 |
$::dispatcher->end_request;
|
|
463 | 463 |
} |
464 | 464 |
$form->error($locale->text('Date missing!')) unless $form->{datepaid}; |
465 | 465 |
my $selected_check = 1; |
Auch abrufbar als: Unified diff
Dispatcher: end_of_request() sub aus main namespace verbannt