X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4ee1cfb08ed71173331fe2de06e83a5b2b81e6a2..46b5bd4244f6e423dc20850e43117dc53330cc29:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 374a9f2ff..0dad2d598 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -44,7 +44,7 @@ sub new { sub reset { my ($self, %params) = @_; - delete $self->{dbh}; +# delete $self->{dbh}; $self->{SESSION} = { }; $self->{FULL_RIGHTS} = { }; $self->{RIGHTS} = { };