From: G. Richardson Date: Thu, 2 Jun 2016 15:36:23 +0000 (+0200) Subject: Typo in Doku X-Git-Tag: release-3.4.1~103 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f6eb78ffb5358b4166615b54cfb4355d90f9a1a7;p=kivitendo-erp.git Typo in Doku --- 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