X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDrafts.pm;h=bf19e52d33c65d0f9deddf4131b1cf3ae2530a03;hb=048f2af4cc81425f9148dac716c4c1ecf23ab020;hp=7298f5c1d58f633d39a4609cd888d388d2e2ed93;hpb=55170a93996275faa91ca6efd6d0dfb385ab4bd4;p=kivitendo-erp.git diff --git a/SL/Drafts.pm b/SL/Drafts.pm index 7298f5c1d..bf19e52d3 100644 --- a/SL/Drafts.pm +++ b/SL/Drafts.pm @@ -36,7 +36,11 @@ sub get_module { return ($module, $submodule); } -my @dont_save = qw(login password stylesheet action); +my @dont_save = qw(login password action); + +sub dont_save { + return @dont_save; +} sub save { $main::lxdebug->enter_sub();