[freeside-commits] freeside/httemplate/misc download-batch.cgi, 1.24, 1.25

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Jul 12 06:36:29 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv14318/httemplate/misc

Modified Files:
	download-batch.cgi 
Log Message:
refactor freeside-init-config to module code, compare results of old/new code, have freeside-upgrade complain and revert to old code/config on failure (#1477)

Index: download-batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/download-batch.cgi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- download-batch.cgi	7 May 2007 02:14:42 -0000	1.24
+++ download-batch.cgi	12 Jul 2007 13:36:27 -0000	1.25
@@ -193,7 +193,7 @@
 </%init>
 <%cleanup>
 if ($autopost) {
-  my $dir = $FS::UID::conf_dir. "cache.". $FS::UID::datasrc;
+  my $dir = $FS::UID::conf_dir. "/cache.". $FS::UID::datasrc;
   my $fh = new File::Temp(
     TEMPLATE => 'paybatch.'. $batchnum .'.XXXXXXXX',
     DIR      => $dir,



More information about the freeside-commits mailing list