[freeside-commits] freeside/bin import-optigold.pl,1.1,1.2

Jeff Finucane,420,, jeff at wavetail.420.am
Wed May 14 11:19:07 PDT 2008


Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail.420.am:/tmp/cvs-serv21843

Modified Files:
	import-optigold.pl 
Log Message:
do NOT delete the existing data

Index: import-optigold.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/import-optigold.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- import-optigold.pl	14 May 2008 16:52:07 -0000	1.1
+++ import-optigold.pl	14 May 2008 18:19:05 -0000	1.2
@@ -663,7 +663,7 @@
   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;



More information about the freeside-commits mailing list