Gleich zwei Fehler im Index führten dazu, dass der Code in check_form() dachte, die...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 12 Jun 2009 13:08:51 +0000 (13:08 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 12 Jun 2009 13:08:51 +0000 (13:08 +0000)
bin/mozilla/oe.pl

index b1845ab..ae5600b 100644 (file)
@@ -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"}|
   }