From b2cb10d18d5d631846fc6011937243d0d709f1c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 15 Mar 2010 11:44:31 +0100 Subject: [PATCH] ein connect_no_auto gegen standard_dbh ersetzt --- SL/OE.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/OE.pm b/SL/OE.pm index 226da8119..b9aba5c03 100644 --- 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); -- 2.20.1