From ea84a15a3674ac95d9002eae9c77bacf392a8af0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 12 Jun 2009 13:08:51 +0000 Subject: [PATCH] =?utf8?q?Gleich=20zwei=20Fehler=20im=20Index=20f=C3=BChrt?= =?utf8?q?en=20dazu,=20dass=20der=20Code=20in=20check=5Fform()=20dachte,?= =?utf8?q?=20die=20Kundeninformationen=20h=C3=A4tten=20sich=20ge=C3=A4nder?= =?utf8?q?t.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index b1845ab19..ae5600b48 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -238,7 +238,7 @@ sub order_links { $form->{"old$form->{vc}"} = $form->{$form->{vc}}; - if ($form->{"old$form->{vc}"} !~ m/--\d+$/ && $form->{"$form->{vc_}id}"}) { + if ($form->{"old$form->{vc}"} !~ m/--\d+$/ && $form->{"$form->{vc}_id"}) { $form->{"old$form->{vc}"} .= qq|--$form->{"$form->{vc}_id"}| } -- 2.20.1