X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/962741693df01b4a277b1611dfc40c6fe7b24464..8cd05ad64866ce200f888a35723ae4b7e24a2012:/SL/DO.pm diff --git a/SL/DO.pm b/SL/DO.pm index fe2318cc8..7ed6724b3 100644 --- a/SL/DO.pm +++ b/SL/DO.pm @@ -491,7 +491,7 @@ sub delete { my $myconfig = \%main::myconfig; my $form = $main::form; - my $spool = $main::spool; + my $spool = $::lx_office_conf{paths}->{spool}; # connect to database my $dbh = $form->get_standard_dbh($myconfig);