Revision ea84a15a
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
238 | 238 |
|
239 | 239 |
$form->{"old$form->{vc}"} = $form->{$form->{vc}}; |
240 | 240 |
|
241 |
if ($form->{"old$form->{vc}"} !~ m/--\d+$/ && $form->{"$form->{vc_}id}"}) {
|
|
241 |
if ($form->{"old$form->{vc}"} !~ m/--\d+$/ && $form->{"$form->{vc}_id"}) {
|
|
242 | 242 |
$form->{"old$form->{vc}"} .= qq|--$form->{"$form->{vc}_id"}| |
243 | 243 |
} |
244 | 244 |
|
Auch abrufbar als: Unified diff
Gleich zwei Fehler im Index führten dazu, dass der Code in check_form() dachte, die Kundeninformationen hätten sich geändert.