Revision 478489bf
Von Sven Schöling vor mehr als 17 Jahren hinzugefügt
SL/IR.pm | ||
---|---|---|
my ($self, $myconfig, $form, $params) = @_;
|
||
|
||
$params = $form unless defined $params && ref $params eq "HASH";
|
||
$main::lxdebug->message(0, Dumper($params));
|
||
|
||
# connect to database
|
||
my $dbh = $form->dbconnect($myconfig);
|
Auch abrufbar als: Unified diff
Debugcode entfernt (Fix zu Bug 768)