ein connect_no_auto gegen standard_dbh ersetzt
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 15 Mar 2010 10:44:31 +0000 (11:44 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 20 Jul 2010 09:23:03 +0000 (11:23 +0200)
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);