X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fadd-history-records.pl;fp=bin%2Fadd-history-records.pl;h=14d72316f7a6a71cabbb9c1065bb0eee72506f4c;hb=e19f3b4ac49c0e1a057535fc6446bef63bf1a249;hp=722de47f135b8940baacfbd1f706408d59c847a5;hpb=9e53f4c3b01d5f27f7930d39233c49c948f9de04;p=freeside.git diff --git a/bin/add-history-records.pl b/bin/add-history-records.pl index 722de47f1..14d72316f 100755 --- a/bin/add-history-records.pl +++ b/bin/add-history-records.pl @@ -40,7 +40,7 @@ foreach my $table (@tables) { unless ($h_rec) { my $h_insert_rec = $rec->_h_statement('insert', 1); - print $h_insert_rec . "\n"; + #print $h_insert_rec . "\n"; $dbh->do($h_insert_rec); die $dbh->errstr if $dbh->err; $dbh->commit or die $dbh->errstr;