projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af16cfe
)
Warning beim Watchdog unterdrücken.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 19 Sep 2011 15:33:22 +0000
(17:33 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 19 Sep 2011 15:33:22 +0000
(17:33 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
06a8910
..
024cd96
100644
(file)
--- 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';