From: ivan Date: Sun, 19 Apr 2009 23:52:36 +0000 (+0000) Subject: warning about this not terminating X-Git-Tag: root_of_svc_elec_features~1256 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b86387055e7d7dcd7cfe6d0620bfec7c4acb7583 warning about this not terminating --- diff --git a/bin/h_cust_main-wipe_paycvv b/bin/h_cust_main-wipe_paycvv index d34c15f34..59c9d0819 100755 --- a/bin/h_cust_main-wipe_paycvv +++ b/bin/h_cust_main-wipe_paycvv @@ -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; }