From 963ec32375e2a7e9fce6ad1785dce42d4636b3d1 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 29 Dec 2006 08:47:29 +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