[freeside-commits] freeside/FS/FS Upgrade.pm,1.31.2.2,1.31.2.3

Ivan,,, ivan at wavetail.420.am
Sat Jun 5 12:47:08 PDT 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	Upgrade.pm 
Log Message:
should fix bug commiting between each table upgrade, RT#8580

Index: Upgrade.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Upgrade.pm,v
retrieving revision 1.31.2.2
retrieving revision 1.31.2.3
diff -u -w -d -r1.31.2.2 -r1.31.2.3
--- Upgrade.pm	27 Mar 2010 04:37:27 -0000	1.31.2.2
+++ Upgrade.pm	5 Jun 2010 19:47:06 -0000	1.31.2.3
@@ -55,7 +55,7 @@
 
       my $oldAutoCommit = $FS::UID::AutoCommit;
       local $FS::UID::AutoCommit = 0;
-      $FS::UID::AutoCommit = 0;
+      local $FS::UID::AutoCommit = 0;
 
       $class->_upgrade_data(%opt);
 



More information about the freeside-commits mailing list