From 181b752d147e7f96bdd92560909f2f5f4e418635 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 27 Dec 2006 14:19:12 +0000 Subject: [PATCH] $lxdebug liegt in einem anderen Namensraum. --- SL/IC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IC.pm b/SL/IC.pm index 961c639bf..6942c41c8 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1852,7 +1852,7 @@ sub retrieve_accounts { $sth->finish(); $dbh->disconnect(); - return $lxdebug->leave_sub() unless ($ref); + return $main::lxdebug->leave_sub() unless ($ref); $form->{"taxaccounts_$index"} = $ref->{"accno"}; if ($form->{"taxaccounts"} !~ /$ref->{accno}/) { -- 2.20.1