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:
edd7f7c
)
Customvariables interne Variablen aus dem Standardtracing genommen
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 7 Dec 2009 12:09:19 +0000
(13:09 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 7 Dec 2009 12:09:19 +0000
(13:09 +0100)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
8f81221
..
5ac873e
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-2077,7
+2077,7
@@
sub _update_custom_variables {
}
sub _render_custom_variables_inputs {
- $main::lxdebug->enter_sub();
+ $main::lxdebug->enter_sub(
2
);
my $form = $main::form;
@@
-2114,5
+2114,5
@@
sub _render_custom_variables_inputs {
};
}
- $main::lxdebug->leave_sub();
+ $main::lxdebug->leave_sub(
2
);
}