From e3959155b995949a47a46f797c5f689a8095af47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 14 Aug 2012 12:50:41 +0200 Subject: [PATCH] =?utf8?q?Unn=C3=B6tiges=20CVar->get=5Fconfigs=20entfernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/OE.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/SL/OE.pm b/SL/OE.pm index 969402692..07758a84d 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -725,9 +725,6 @@ sub retrieve { my ($query, $query_add, @values, @ids, $sth); - my $ic_cvar_configs = CVar->get_configs(module => 'IC', - dbh => $dbh); - # translate the ids (given by id_# and trans_id_#) into one array of ids, so we can join them later map { push @ids, $form->{"trans_id_$_"} -- 2.20.1