Revision 38f76dd9
Von Sven Schöling vor fast 14 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
176 | 176 |
|
177 | 177 |
my $i = 1; |
178 | 178 |
|
179 |
while (($form->{"make_$i"}, $form->{"model_$i"}, $form->{"old_lastcost_$i"},
|
|
179 |
while (($form->{"make_$i"}, $form->{"model_$i"}, $form->{"old_lastcost_$i"}, |
|
180 | 180 |
$form->{"lastcost_$i"}, $form->{"lastupdate_$i"}, $form->{"sortorder_$i"}) = $sth->fetchrow_array) |
181 | 181 |
{ |
182 | 182 |
$i++; |
... | ... | |
502 | 502 |
if (($form->{"make_$i"}) || ($form->{"model_$i"})) { |
503 | 503 |
#hli |
504 | 504 |
$value = $form->parse_amount($myconfig, $form->{"lastcost_$i"}); |
505 |
if ($value == $form->{"old_lastcost_$i"})
|
|
505 |
if ($value == $form->{"old_lastcost_$i"}) |
|
506 | 506 |
{ |
507 |
if ($form->{"lastupdate_$i"} eq "") {
|
|
507 |
if ($form->{"lastupdate_$i"} eq "") { |
|
508 | 508 |
$lastupdate = 'now()'; |
509 | 509 |
} else { |
510 | 510 |
$lastupdate = $dbh->quote($form->{"lastupdate_$i"}); |
Auch abrufbar als: Unified diff
Whitespace.
(Holger, bringt Deinem Editor bitte bei Witespace am Ende von Zeilen automatisch zu löschen)