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:
710ebb2
)
Gleich zwei Fehler im Index führten dazu, dass der Code in check_form() dachte, die...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 12 Jun 2009 13:08:51 +0000
(13:08 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 12 Jun 2009 13:08:51 +0000
(13:08 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
b1845ab
..
ae5600b
100644
(file)
--- 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"}|
}