Revision 09479f02
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
bin/mozilla/ustva.pl | ||
---|---|---|
818 | 818 |
} elsif ( $form->{format} eq '' ){ # No format error. |
819 | 819 |
$form->header; |
820 | 820 |
USTVA::error( $locale->text('Application Error. No Format given' ) . "!"); |
821 |
::end_of_request();
|
|
821 |
$::dispatcher->end_request;
|
|
822 | 822 |
|
823 | 823 |
} else { # All other Formats are wrong |
824 | 824 |
$form->header; |
825 | 825 |
USTVA::error( $locale->text('Application Error. Wrong Format') . ": " . $form->{format} ); |
826 |
::end_of_request();
|
|
826 |
$::dispatcher->end_request;
|
|
827 | 827 |
} |
828 | 828 |
|
829 | 829 |
|
Auch abrufbar als: Unified diff
Dispatcher: end_of_request() sub aus main namespace verbannt