Revision 5548540b
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1580 | 1580 |
sub get_standard_dbh { |
1581 | 1581 |
$main::lxdebug->enter_sub(2); |
1582 | 1582 |
|
1583 |
my ($self, $myconfig) = @_; |
|
1583 |
my $self = shift; |
|
1584 |
my $myconfig = shift || \%::myconfig; |
|
1584 | 1585 |
|
1585 | 1586 |
if ($standard_dbh && !$standard_dbh->{Active}) { |
1586 | 1587 |
$main::lxdebug->message(LXDebug->INFO(), "get_standard_dbh: \$standard_dbh is defined but not Active anymore"); |
Auch abrufbar als: Unified diff
get_standard_dbh nimmt jetzt myconfig optional. default uf die globale.
(das war so überfällig)