From: ivan Date: Sun, 1 Jun 2008 01:23:37 +0000 (+0000) Subject: depend on CGI.pm 3.29 to fix RT attachment problems X-Git-Tag: freeside_1_7_4rc1~332 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=2e7f7cb8d83bb0898446519fa10458b4776067b4;p=freeside.git depend on CGI.pm 3.29 to fix RT attachment problems --- 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;