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:
bbb91c0
)
DBConnect POD Typo
author
G. Richardson
<grichardson@kivitec.de>
Mon, 25 Feb 2019 11:06:20 +0000
(12:06 +0100)
committer
G. Richardson
<grichardson@kivitec.de>
Fri, 26 Jul 2019 11:24:55 +0000
(13:24 +0200)
SL/DBConnect.pm
patch
|
blob
|
history
diff --git
a/SL/DBConnect.pm
b/SL/DBConnect.pm
index
9f2472c
..
9fcf7f4
100644
(file)
--- a/
SL/DBConnect.pm
+++ b/
SL/DBConnect.pm
@@
-119,7
+119,7
@@
optionally routing through DBIx::Log4perl
Connects to the database. If the configuration parameter
C<debug.dbix_log4perl> is set then the call is made through
-L<DBIx::Log4per/connect>. Otherwise L<DBI/connect> is called directly.
+L<DBIx::Log4per
l
/connect>. Otherwise L<DBI/connect> is called directly.
In each case C<@dbi_args> is passed through as-is.