summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2008-06-01 01:23:36 +0000
committerivan <ivan>2008-06-01 01:23:36 +0000
commitc3eedebbd47ba193c059a500466949bb5377393f (patch)
treeb9ca44a2210e5e2cd3aaacbc5a745dffb074792e /htetc
parent847b97e96568f0d34fbc65e3110430430ae68bb6 (diff)
depend on CGI.pm 3.29 to fix RT attachment problems
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index ecbce967f..ab9fa9503 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -91,7 +91,7 @@ sub handler
use strict;
use vars qw( $cgi $p $fsurl);
use vars qw( %session );
- use CGI 2.47 qw(-private_tempfiles);
+ use CGI 3.29 qw(-private_tempfiles); #3.29 to fix RT attachment problems
#use CGI::Carp qw(fatalsToBrowser);
use CGI::Cookie;
use List::Util qw( max min );