Revision 635df4bc
Von Martin Helmling vor mehr als 8 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1160 | 1160 |
|
1161 | 1161 |
post_transaction(); |
1162 | 1162 |
|
1163 |
remove_draft() if $form->{remove_draft}; |
|
1164 |
|
|
1165 | 1163 |
$form->{callback} = build_std_url("action=add&DONT_LOAD_DRAFT=1", "show_details"); |
1166 | 1164 |
$form->redirect($form->{callback}); |
1167 | 1165 |
|
Auch abrufbar als: Unified diff
Drafts: Ausgelagert in Controller(2)
fixup: vergessenes Löschen von remove_draft()