Revision 8cd05ad6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/BP.pm | ||
---|---|---|
221 | 221 |
sub delete_spool { |
222 | 222 |
$main::lxdebug->enter_sub(); |
223 | 223 |
|
224 |
my ($self, $myconfig, $form, $spool) = @_; |
|
224 |
my ($self, $myconfig, $form) = @_; |
|
225 |
|
|
226 |
my $spool = $::lx_office_conf{paths}->{spool}; |
|
225 | 227 |
|
226 | 228 |
# connect to database, turn AutoCommit off |
227 | 229 |
my $dbh = $form->dbconnect_noauto($myconfig); |
... | ... | |
264 | 266 |
sub print_spool { |
265 | 267 |
$main::lxdebug->enter_sub(); |
266 | 268 |
|
267 |
my ($self, $myconfig, $form, $spool, $output) = @_; |
|
269 |
my ($self, $myconfig, $form, $output) = @_; |
|
270 |
|
|
271 |
my $spool = $::lx_office_conf{paths}->{spool}; |
|
268 | 272 |
|
269 | 273 |
# connect to database |
270 | 274 |
my $dbh = $form->dbconnect($myconfig); |
Auch abrufbar als: Unified diff
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf verschoben