Revision 180842d8
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
504 | 504 |
|
505 | 505 |
my ($self, $myconfig, $form) = @_; |
506 | 506 |
|
507 |
$main::lxdebug->leave_sub() unless ($form->{"id"}); |
|
507 |
return $main::lxdebug->leave_sub() unless ($form->{"id"});
|
|
508 | 508 |
|
509 | 509 |
my $dbh = $form->dbconnect($myconfig); |
510 | 510 |
do_query($form, $dbh, qq|UPDATE oe SET closed = TRUE where id = ?|, |
Auch abrufbar als: Unified diff
Fehlendes "return".