X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fimport-optigold.pl;h=03efe519243325faca939103455c68af1f2cfd90;hb=5b6136aa27cdab3d87544df665a9db08db04498f;hp=1284d8599668e54ab04570a5d0a63396e41e5b9e;hpb=0677db2866105b5a37e2a3b426999b84ab35f4b7;p=freeside.git 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;