[freeside-commits] freeside/htetc handler.pl,1.86.2.14,1.86.2.15
Ivan,,,
ivan at wavetail.420.am
Sat May 31 18:23:41 PDT 2008
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv1129
Modified Files:
Tag: FREESIDE_1_7_BRANCH
handler.pl
Log Message:
depend on CGI.pm 3.29 to fix RT attachment problems
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.86.2.14
retrieving revision 1.86.2.15
diff -u -d -r1.86.2.14 -r1.86.2.15
--- handler.pl 28 May 2008 10:45:43 -0000 1.86.2.14
+++ handler.pl 1 Jun 2008 01:23:37 -0000 1.86.2.15
@@ -91,7 +91,7 @@
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;
More information about the freeside-commits
mailing list