warning about this not terminating
[freeside.git] / bin / h_cust_main-wipe_paycvv
index d34c15f..59c9d08 100755 (executable)
@@ -22,6 +22,7 @@ while (1) {
 
   dbh->commit or die dbh->errstr;
 
+  #hmm... doesn't work well, sometimes runs forever, wtf
   last if $rv == 0;
 
 }