X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6f741b430004136f7d233a5b41b717d42377dc4b..4e0bef2d1ee1fa29e3fa85a97f34e707fe4e287d:/SL/DB.pm diff --git a/SL/DB.pm b/SL/DB.pm index 0adac9ca8..26c01ccba 100644 --- a/SL/DB.pm +++ b/SL/DB.pm @@ -166,7 +166,7 @@ starting one if none is currently active. Example: }); One big difference to L is the return code -handling. If a transaction is already active then C +handling. If a transaction is already active then C simply returns the result of calling C<$code_ref> as-is. Otherwise the return value depends on the result of the underlying