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:
a59350b
)
Debugcode entfernt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Sep 2007 13:56:25 +0000
(13:56 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Sep 2007 13:56:25 +0000
(13:56 +0000)
SL/Template.pm
patch
|
blob
|
history
diff --git
a/SL/Template.pm
b/SL/Template.pm
index
3d4b8f9
..
3439f52
100644
(file)
--- a/
SL/Template.pm
+++ b/
SL/Template.pm
@@
-158,8
+158,6
@@
sub substitute_vars {
my ($var, @options) = split(/\s+/, $1);
my $value = $form->{$var};
- $main::lxdebug->message(0, "REPL var: $1");
-
for (my $i = 0; $i < scalar(@indices); $i++) {
last unless (ref($value) eq "ARRAY");
$value = $value->[$indices[$i]];