Revision e3959155
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
|
||
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_$_"}
|
Auch abrufbar als: Unified diff
Unnötiges CVar->get_configs entfernt.