X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/835e3fd9a0114f9aec38af6c98f69a66cec61bdc..e24e657067548d45e6a23ff56ee4c3ee69b5687b:/SL/DBConnect/Cache.pm diff --git a/SL/DBConnect/Cache.pm b/SL/DBConnect/Cache.pm index e45965f22..7e4633b69 100644 --- a/SL/DBConnect/Cache.pm +++ b/SL/DBConnect/Cache.pm @@ -36,7 +36,7 @@ sub reset { } sub reset_all { - $_->rollback for values %cache; + $_->{AutoCommit} || $_->rollback for values %cache; } sub clear {