summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-02-26 12:11:34 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-02-26 15:03:06 -0500
commit745724e03e6dcff6c8d07027d154dbcb289cd527 (patch)
tree0be6337378fd72844b3f9a49a2588f9b279ef96e
parent1bde07fabf19b6948c3e4173d17b04db396e55bd (diff)
RT# 79497 - removed test code
-rwxr-xr-xhttemplate/edit/process/cust_main.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi
index ed285ca15..e1a5bc6e2 100755
--- a/httemplate/edit/process/cust_main.cgi
+++ b/httemplate/edit/process/cust_main.cgi
@@ -187,10 +187,7 @@ if ( $cgi->param('residential_commercial') eq 'Residential' ) {
$error = 'Email address required';
}
- #$email =~ s/\s+/\, /g;
- #$options{'invoicing_list'} = [ split(/\s*,\s*/, $email) ];
$options{'invoicing_list'} = [ split(/[,\s]+/, $email) ];
- #[:,\s\/]+
# XXX really should include the phone numbers in here also
} else {