[open-ils-commits] r562 - conifer/trunk/tools/migration-scripts (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 2 23:45:31 EDT 2009


Author: dbs
Date: 2009-07-02 23:45:29 -0400 (Thu, 02 Jul 2009)
New Revision: 562

Modified:
   conifer/trunk/tools/migration-scripts/fix_windsors_diacritics.pl
Log:
Clean up missed a variable rename - oops.


Modified: conifer/trunk/tools/migration-scripts/fix_windsors_diacritics.pl
===================================================================
--- conifer/trunk/tools/migration-scripts/fix_windsors_diacritics.pl	2009-07-03 03:42:38 UTC (rev 561)
+++ conifer/trunk/tools/migration-scripts/fix_windsors_diacritics.pl	2009-07-03 03:45:29 UTC (rev 562)
@@ -55,7 +55,7 @@
 my $starttime = time;
 my $rec;
 my $count = 0;
-my $recs = 0;
+my $rec_count = 0;
 PROCESS: while ( try { $rec = $batch->next } otherwise { $rec = -1 } ) {
 	next if ($rec == -1);
 



More information about the open-ils-commits mailing list