projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001554
)
Typo in Doku
author
G. Richardson
<information@kivitendo-premium.de>
Thu, 2 Jun 2016 15:36:23 +0000
(17:36 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Fri, 3 Jun 2016 13:27:55 +0000
(15:27 +0200)
SL/DB.pm
patch
|
blob
|
history
diff --git
a/SL/DB.pm
b/SL/DB.pm
index
0adac9c
..
26c01cc
100644
(file)
--- 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<Rose::DB/do_transaction> is the return code
-handling. If a transaction is already active then C<with_trans
ca
tion>
+handling. If a transaction is already active then C<with_trans
ac
tion>
simply returns the result of calling C<$code_ref> as-is.
Otherwise the return value depends on the result of the underlying