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:
879abba
)
ein connect_no_auto gegen standard_dbh ersetzt
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 15 Mar 2010 10:44:31 +0000
(11:44 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 20 Jul 2010 09:23:03 +0000
(11:23 +0200)
SL/OE.pm
patch
|
blob
|
history
diff --git
a/SL/OE.pm
b/SL/OE.pm
index
226da81
..
b9aba5c
100644
(file)
--- a/
SL/OE.pm
+++ b/
SL/OE.pm
@@
-667,7
+667,7
@@
sub retrieve {
my ($self, $myconfig, $form) = @_;
# connect to database
- my $dbh = $form->
dbconnect_noauto($myconfig)
;
+ my $dbh = $form->
get_standard_dbh
;
my ($query, $query_add, @values, @ids, $sth);