Revision 13152ecc
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
} #end generate_report
|
||
|
||
sub continue { call_sub($form->{"nextsub"}); }
|
||
|
||
sub dispatcher {
|
||
my $action = first { $::form->{"action_${_}"} } qw(add);
|
||
$::form->error($::locale->text('No action defined.')) unless $action;
|
||
|
||
$::form->{dispatched_action} = $action;
|
||
call_sub($action);
|
||
}
|
Auch abrufbar als: Unified diff
IC: dispatcher wird nicht mehr gebraucht