summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjeff <jeff>2008-05-14 18:19:05 +0000
committerjeff <jeff>2008-05-14 18:19:05 +0000
commit5b6136aa27cdab3d87544df665a9db08db04498f (patch)
treee59f67f06e5a9c45e1f02bb368cc776bb25fdca7 /bin
parente71dc3bc03c667b0e02991a019aec599f3ca7377 (diff)
do NOT delete the existing data
Diffstat (limited to 'bin')
-rwxr-xr-xbin/import-optigold.pl2
1 files changed, 1 insertions, 1 deletions
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;