X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6f741b430004136f7d233a5b41b717d42377dc4b..a04828ca3a04e84ab35c23293c4628c462297bda:/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