From 5b6136aa27cdab3d87544df665a9db08db04498f Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 14 May 2008 18:19:05 +0000 Subject: [PATCH] do NOT delete the existing data --- bin/import-optigold.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/import-optigold.pl b/bin/import-optigold.pl index 1284d8599..03efe5192 100755 --- a/bin/import-optigold.pl +++ b/bin/import-optigold.pl @@ -663,7 +663,7 @@ while ( @tables ) { my ($id) = $href->{'id'}; my ($skey) = $href->{'skey'}; - $d_dbh->do("delete from $table"); #XXX FIXME! + #$d_dbh->do("delete from $table"); my $s_sth = $s_dbh->prepare("select count(*) from $stable"); $s_sth->execute or die $s_sth->errstr; -- 2.11.0