Revision 7e6bdfc6
Von Moritz Bunkus vor mehr als 18 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
}
|
||
$form->{"taxaccounts"} = "";
|
||
|
||
for ($i = 1; $i <= $form->{"rowcount"}; $i++) {
|
||
for (my $i = 1; $i <= $form->{"rowcount"}; $i++) {
|
||
if ($form->{"id_$i"}) {
|
||
IC->retrieve_accounts(\%myconfig, $form, $form->{"id_$i"}, $i, 1);
|
||
}
|
Auch abrufbar als: Unified diff
Keine globalen Variablen überschreiben.