From: Sven Schöling Date: Mon, 19 Sep 2011 15:33:22 +0000 (+0200) Subject: Warning beim Watchdog unterdrücken. X-Git-Tag: release-2.7.0beta1~278 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2cd68ea4e2c4f1ee6a6282500bc26ee40e2b52c8;p=kivitendo-erp.git Warning beim Watchdog unterdrücken. --- diff --git a/SL/Form.pm b/SL/Form.pm index 06a8910a7..024cd96d8 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -251,6 +251,7 @@ sub new { my $self = {}; + no warnings 'once'; if ($LXDebug::watch_form) { require SL::Watchdog; tie %{ $self }, 'SL::Watchdog';