Revision 5c1fb49c
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/CT.pm | ||
---|---|---|
868 | 868 |
$main::lxdebug->enter_sub(); |
869 | 869 |
|
870 | 870 |
my ( $self, $myconfig, $form ) = @_; |
871 |
|
|
872 |
die 'Missing argument: cp_id' unless $::form->{cp_id}; |
|
873 |
|
|
871 | 874 |
my $dbh = $form->dbconnect($myconfig); |
872 | 875 |
my $query = |
873 | 876 |
qq|SELECT * FROM contacts c | . |
Auch abrufbar als: Unified diff
CT->get_contact - Fehlerhaften Aufruf abfangen.