From 745724e03e6dcff6c8d07027d154dbcb289cd527 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 26 Feb 2018 12:11:34 -0500 Subject: [PATCH] RT# 79497 - removed test code --- httemplate/edit/process/cust_main.cgi | 3 --- 1 file changed, 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 { -- 2.11.0