Revision e3959155
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
725 | 725 |
|
726 | 726 |
my ($query, $query_add, @values, @ids, $sth); |
727 | 727 |
|
728 |
my $ic_cvar_configs = CVar->get_configs(module => 'IC', |
|
729 |
dbh => $dbh); |
|
730 |
|
|
731 | 728 |
# translate the ids (given by id_# and trans_id_#) into one array of ids, so we can join them later |
732 | 729 |
map { |
733 | 730 |
push @ids, $form->{"trans_id_$_"} |
Auch abrufbar als: Unified diff
Unnötiges CVar->get_configs entfernt.