From e4d469783ed4dc915ee4a089d895e3846462ac3d Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 3 Jul 2009 03:45:29 +0000 Subject: [PATCH] Clean up missed a variable rename - oops. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@562 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/migration-scripts/fix_windsors_diacritics.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/migration-scripts/fix_windsors_diacritics.pl b/tools/migration-scripts/fix_windsors_diacritics.pl index c78120267c..36a3b0bc64 100644 --- a/tools/migration-scripts/fix_windsors_diacritics.pl +++ b/tools/migration-scripts/fix_windsors_diacritics.pl @@ -55,7 +55,7 @@ $batch->warnings_off(); 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); -- 2.11.0