projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48de433
)
Keine globalen Variablen überschreiben.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 13 Dec 2006 16:28:35 +0000
(16:28 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 13 Dec 2006 16:28:35 +0000
(16:28 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
f376c33
..
b8f892b
100644
(file)
--- 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);
}