summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2010-01-03 07:40:35 +0000
committerivan <ivan>2010-01-03 07:40:35 +0000
commit380df2ee971291598a2b4864a69f067796694b5f (patch)
tree95621911fe23307582f1597d15fe732054fcec5d /htetc/handler.pl
parent5d0122106ded20db23f3c56be74413131eb4e286 (diff)
port skinning, customer display/edit from RT 3.6 integration to RT 3.8 integration
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 952d6203b..38af4cc8c 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -76,8 +76,8 @@ sub handler
RT::Init() if $RT::VERSION; #for lack of something else
#we don't want the RT error handlers under FS
- undef $SIG{__WARN__} if defined($SIG{__WARN__});
- undef $SIG{__DIE__} if defined($SIG{__DIE__} );
+ undef($SIG{__WARN__}) if defined($SIG{__WARN__});
+ undef($SIG{__DIE__}) if defined($SIG{__DIE__} );
$ah->interp($fs_interp);