X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDrafts.pm;h=bf19e52d33c65d0f9deddf4131b1cf3ae2530a03;hb=cb1341a6715ae92b278b49d8b14eee7d4018859e;hp=7298f5c1d58f633d39a4609cd888d388d2e2ed93;hpb=82797ff57236520784217e8bb733e5e7d066ffc7;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();