Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 09479f02

Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt

  • ID 09479f022ab9e0815ceee55923ae46df51afbd42
  • Vorgänger bcc99615
  • Nachfolger 88ace518

Dispatcher: end_of_request() sub aus main namespace verbannt

Unterschiede anzeigen:

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