Revision 13152ecc
Von Sven Schöling vor fast 8 Jahren hinzugefügt
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
IC: dispatcher wird nicht mehr gebraucht