From 07be726dc5e9d85f7e179e1341ffa70c8616935f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 9 Mar 2007 13:16:58 +0000 Subject: [PATCH] Eine Funktion auf Tracelevel 2 gesetzt --- SL/Form.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/Form.pm b/SL/Form.pm index edf5de978..c0dee294d 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -959,7 +959,7 @@ sub datetonum { # Database routines used throughout sub dbconnect { - $main::lxdebug->enter_sub(); + $main::lxdebug->enter_sub(2); my ($self, $myconfig) = @_; @@ -974,7 +974,7 @@ sub dbconnect { $dbh->do($myconfig->{dboptions}) || $self->dberror($myconfig->{dboptions}); } - $main::lxdebug->leave_sub(); + $main::lxdebug->leave_sub(2); return $dbh; } -- 2.20.1