[freeside-commits] freeside/htetc handler.pl,1.108,1.109

Ivan,,, ivan at wavetail.420.am
Sat May 31 18:23:38 PDT 2008


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv1123

Modified Files:
	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.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- handler.pl	31 May 2008 17:54:04 -0000	1.108
+++ handler.pl	1 Jun 2008 01:23:36 -0000	1.109
@@ -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 CGI::Cookie;
       use List::Util qw( max min );



More information about the freeside-commits mailing list