diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-02-26 12:11:34 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-02-26 12:11:34 -0500 |
commit | 3b927eb362d26b62d3dc399e6a4eebea064578b6 (patch) | |
tree | 3577d97386f061b32bd41bfe3e6cc5252d3dd069 /httemplate/edit/process | |
parent | 8c36d1e4f1255abb483bc7372fa1908cc192b528 (diff) |
RT# 79497 - removed test code
Diffstat (limited to 'httemplate/edit/process')
-rwxr-xr-x | httemplate/edit/process/cust_main.cgi | 3 |
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 { |