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:
a11973c
)
Request: Durch das spätere mergen ist Rückkopieren jetzt unnötig.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 4 Jan 2012 15:26:26 +0000
(16:26 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 4 Jan 2012 15:29:58 +0000
(16:29 +0100)
SL/Request.pm
patch
|
blob
|
history
diff --git
a/SL/Request.pm
b/SL/Request.pm
index
cef5c14
..
d4f2d88
100644
(file)
--- a/
SL/Request.pm
+++ b/
SL/Request.pm
@@
-219,8
+219,6
@@
sub read_cgi_input {
_store_value($target, $_, $temp_form{$_}) for keys %temp_form;
}
- map { $target->{$_} = $temp_target->{$_} } keys %{ $temp_target };
-
$::lxdebug->leave_sub;
return $target;