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:
79e8732
)
Form: parse_html_template - DEBUG handling entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 11 Dec 2015 14:12:45 +0000
(15:12 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 11 Dec 2015 15:16:21 +0000
(16:16 +0100)
olles legacy zeug, weg damit
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
eee73db
..
ee040b5
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-621,15
+621,6
@@
sub _prepare_html_template {
::end_of_request();
}
- if ($self->{"DEBUG"}) {
- $additional_params->{"DEBUG"} = $self->{"DEBUG"};
- }
-
- if ($additional_params->{"DEBUG"}) {
- $additional_params->{"DEBUG"} =
- "<br><em>DEBUG INFORMATION:</em><pre>" . $additional_params->{"DEBUG"} . "</pre>";
- }
-
if (%main::myconfig) {
$::myconfig{jsc_dateformat} = apply {
s/d+/\%d/gi;