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