Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5548540b

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID 5548540b4fa7fc79fbab3ea000861f9a8c7c67e1
  • Vorgänger 1682d89d
  • Nachfolger faeeee8a

get_standard_dbh nimmt jetzt myconfig optional. default uf die globale.

(das war so überfällig)

Unterschiede anzeigen:

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