Revision 2cd68ea4
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
251 | 251 |
|
252 | 252 |
my $self = {}; |
253 | 253 |
|
254 |
no warnings 'once'; |
|
254 | 255 |
if ($LXDebug::watch_form) { |
255 | 256 |
require SL::Watchdog; |
256 | 257 |
tie %{ $self }, 'SL::Watchdog'; |
Auch abrufbar als: Unified diff
Warning beim Watchdog unterdrücken.