From: ivan Date: Mon, 29 Jan 2007 12:07:09 +0000 (+0000) Subject: warnings in <%once> sections should not be fatal X-Git-Tag: TRIXBOX_2_6~716 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=69fd69806c7801578864509d42719e2f2dcaed8a warnings in <%once> sections should not be fatal --- diff --git a/htetc/handler.pl b/htetc/handler.pl index f47d4c9bf..f742e91b9 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -335,6 +335,8 @@ sub handler $ah->interp->set_escape( 'h' => sub { ${$_[0]}; } ); } + $ah->interp->ignore_warnings_expr('.'); + my %session; my $status; eval { $status = $ah->handle_request($r); };