From: Moritz Bunkus Date: Wed, 13 Dec 2006 16:28:35 +0000 (+0000) Subject: Keine globalen Variablen überschreiben. X-Git-Tag: release-2.4.0^2~39 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7e6bdfc6728ec15377f5b78dd1fb4eaefed84962;p=kivitendo-erp.git Keine globalen Variablen überschreiben. --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index f376c33cc..b8f892b47 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -2148,7 +2148,7 @@ sub relink_accounts { } $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); }