summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-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 {