Revision 25652024
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Auth.pm | ||
---|---|---|
187 | 187 |
$main::form->error($main::locale->text('The connection to the authentication database failed:') . "\n" . $DBI::errstr); |
188 | 188 |
} |
189 | 189 |
|
190 |
$main::lxdebug->leave_sub(); |
|
190 |
$main::lxdebug->leave_sub(2);
|
|
191 | 191 |
|
192 | 192 |
return $self->{dbh}; |
193 | 193 |
} |
bin/mozilla/io.pl | ||
---|---|---|
1263 | 1263 |
&save(); |
1264 | 1264 |
$form->{formname} = $formname; |
1265 | 1265 |
&edit(); |
1266 |
$::lxdebug->leave_sub(); |
|
1266 | 1267 |
::end_of_request(); |
1267 | 1268 |
} |
1268 | 1269 |
|
Auch abrufbar als: Unified diff
Einige enter_sub/leave_sub-Paarungen gefixt
Conflicts: