From 0bbd98ca0d1bcd6a891868948c86bfa8b6bde992 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 7 Dec 2009 13:09:19 +0100 Subject: [PATCH] Customvariables interne Variablen aus dem Standardtracing genommen --- bin/mozilla/io.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 8f8122139..5ac873e73 100644 --- 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); } -- 2.20.1