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:
0884406
)
Debugausgaben.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 22 Jan 2008 11:38:50 +0000
(11:38 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 22 Jan 2008 11:38:50 +0000
(11:38 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
290eb75
..
d7da58c
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-763,7
+763,6
@@
sub parse_html_template {
if (!$template->process($file, $additional_params, \$output)) {
print STDERR $template->error();
}
- $main::lxdebug->message(0, "err " . $template->error());
$output = $main::locale->{iconv}->convert($output) if ($main::locale);