Ticket #2686: fix_parkinglot.patch
| File fix_parkinglot.patch, 387 bytes (added by fskrotzki, 10 months ago) |
|---|
-
retrieve_op_conf_from_mysql.pl
old new 418 419 } 419 420 } 420 421 if ($parken eq "s") { 421 for (my $i = 0 ; $i < $numberlots && $i < 5; $i++ ) {422 for (my $i = 0 ; $i < $numberlots; $i++ ) { 422 423 $btn=get_next_btn($parkingpos,$btn); 423 424 $parknum = $extpark + $i ; 424 425 $icon='1';
