From 893bff3a5c0106b467578b470deac53f87173689 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 21 Oct 2008 13:35:47 +0000 Subject: [PATCH] =?utf8?q?Bei=20der=20Auswahl=20von=20Artikeln=20auch=20wi?= =?utf8?q?rklich=20den=20Ausgew=C3=A4hlten=20weiterverarbeiten.=20Bei=20me?= =?utf8?q?hr=20als=20zehn=20angezeigten=20Artikeln=20wird=20ansonsten=20ei?= =?utf8?q?n=20falscher=20genommen,=20weil=20der=20regul=C3=A4re=20Ausdruck?= =?utf8?q?=20nicht=20zwangsweise=20bis=20zum=20Stringende=20gematcht=20hat?= =?utf8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/common.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 42b667653..1c308dac7 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -91,7 +91,7 @@ sub select_part_internal { my ($new_item, $callback_sub); - my $re = "^new_.*_" . $form->{selection}; + my $re = "^new_.*_$form->{selection}\$"; foreach (grep /$re/, keys %{ $form }) { my $new_key = $_; -- 2.20.1