X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FInifile.pm;h=846459d5f5a372a8aecb112a0baa57cecb924664;hb=c19f41e1e0b92c7721963e0b40797b257bc88b3e;hp=2331ca7712d1ddbf7613151ef2952bce3c764d2c;hpb=dc3cd296e62eb09a16fa694d9b3a7158e4cf63bf;p=kivitendo-erp.git diff --git a/SL/Inifile.pm b/SL/Inifile.pm index 2331ca771..846459d5f 100644 --- a/SL/Inifile.pm +++ b/SL/Inifile.pm @@ -38,7 +38,7 @@ package Inifile; use IO::File; sub new { - $main::lxdebug->enter_sub(); + $main::lxdebug->enter_sub(2); my ($type, $file, %options) = @_; @@ -88,7 +88,7 @@ sub new { } close FH; - $main::lxdebug->leave_sub(); + $main::lxdebug->leave_sub(2); return bless $self, $type; }