Revision 5427e094
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
| bin/mozilla/io.pl | ||
|---|---|---|
|
$main::lxdebug->leave_sub();
|
||
|
}
|
||
|
|
||
|
sub post_as_new {
|
||
|
$main::lxdebug->enter_sub();
|
||
|
|
||
|
my $form = $main::form;
|
||
|
|
||
|
_check_io_auth();
|
||
|
|
||
|
$form->{postasnew} = 1;
|
||
|
map { delete $form->{$_} } qw(printed emailed queued);
|
||
|
|
||
|
&post;
|
||
|
|
||
|
$main::lxdebug->leave_sub();
|
||
|
}
|
||
|
|
||
|
sub relink_accounts {
|
||
|
$main::lxdebug->enter_sub();
|
||
|
|
||
Auch abrufbar als: Unified diff
ap/ar/gl/io.pl: nicht benutzte Routine post_as_new entfernt