X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/82797ff57236520784217e8bb733e5e7d066ffc7..refs/heads/price_source:/SL/Drafts.pm 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();