projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0db7873
)
Bei der Auswahl von Artikeln auch wirklich den Ausgewählten weiterverarbeiten. Bei...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 21 Oct 2008 13:35:47 +0000
(13:35 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 21 Oct 2008 13:35:47 +0000
(13:35 +0000)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
42b6676
..
1c308da
100644
(file)
--- 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 = $_;