summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2008-06-01 01:23:37 +0000
committerivan <ivan>2008-06-01 01:23:37 +0000
commit2e7f7cb8d83bb0898446519fa10458b4776067b4 (patch)
tree0ab96ce6ed9d019782575514993a106559bbd8b2 /htetc/handler.pl
parent2d80630393cea3c959d2d0ae2d7e6fcc6e1d82c8 (diff)
depend on CGI.pm 3.29 to fix RT attachment problems
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index f4232bfbc..43007c0b5 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 List::Util qw( max min );
use Date::Format;