Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 13152ecc

Von Sven Schöling vor mehr als 7 Jahren hinzugefügt

  • ID 13152ecc34f354968f48f4b9a779b652aaec383a
  • Vorgänger 4dc97e80
  • Nachfolger 46b1d1ce

IC: dispatcher wird nicht mehr gebraucht

Unterschiede anzeigen:

bin/mozilla/ic.pl
669 669
}    #end generate_report
670 670

  
671 671
sub continue { call_sub($form->{"nextsub"}); }
672

  
673
sub dispatcher {
674
  my $action = first { $::form->{"action_${_}"} } qw(add);
675
  $::form->error($::locale->text('No action defined.')) unless $action;
676

  
677
  $::form->{dispatched_action} = $action;
678
  call_sub($action);
679
}

Auch abrufbar als: Unified diff