freeside/bin add-history-records.pl,1.3,1.4

Kristian Hoffmann khoff at pouncequick.420.am
Wed Mar 30 22:56:56 PST 2005


Update of /home/cvs/cvsroot/freeside/bin
In directory pouncequick:/tmp/cvs-serv16105

Modified Files:
	add-history-records.pl 
Log Message:
Printing insert statements is not necessary

Index: add-history-records.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/add-history-records.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- add-history-records.pl	31 Mar 2005 03:47:28 -0000	1.3
+++ add-history-records.pl	31 Mar 2005 06:56:52 -0000	1.4
@@ -40,7 +40,7 @@
 
     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;




More information about the freeside-commits mailing list