RT# 79497 - removed test code
authorChristopher Burger <burgerc@freeside.biz>
Mon, 26 Feb 2018 17:11:34 +0000 (12:11 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 26 Feb 2018 17:11:34 +0000 (12:11 -0500)
httemplate/edit/process/cust_main.cgi

index ed285ca..e1a5bc6 100755 (executable)
@@ -187,10 +187,7 @@ if ( $cgi->param('residential_commercial') eq 'Residential' ) {
     $error = 'Email address required';
   }
 
     $error = 'Email address required';
   }
 
-  #$email =~ s/\s+/\, /g;
-  #$options{'invoicing_list'} = [ split(/\s*,\s*/, $email) ];
   $options{'invoicing_list'} = [ split(/[,\s]+/, $email) ];
   $options{'invoicing_list'} = [ split(/[,\s]+/, $email) ];
-  #[:,\s\/]+
   # XXX really should include the phone numbers in here also
 
 } else {
   # XXX really should include the phone numbers in here also
 
 } else {