X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_main_county-expand.cgi;fp=httemplate%2Fedit%2Fprocess%2Fcust_main_county-expand.cgi;h=04533a5399b92d5c6430eaf223f3b63605f8df07;hb=f4078690a110a258ea8b459d9fd441df38031c13;hp=758345e8c51eb46b1c46f7c03d5addfcc60909c8;hpb=2ab9b9a5c4d0ef093f0d8bef8627b568d6760995;p=freeside.git diff --git a/httemplate/edit/process/cust_main_county-expand.cgi b/httemplate/edit/process/cust_main_county-expand.cgi index 758345e8c..04533a539 100755 --- a/httemplate/edit/process/cust_main_county-expand.cgi +++ b/httemplate/edit/process/cust_main_county-expand.cgi @@ -30,7 +30,7 @@ if ( $cgi->param('taxclass') ) { #warn "$_: $expansion[$_]\n" foreach (0..$#expansion); @expansion=map { - unless ( /^\s*([\w\- ]+)\s*$/ ) { + unless ( /^\s*([\w \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=\[\]]+)\s*$/ ) { $cgi->param('error', "Illegal item in expansion: $_"); print $cgi->redirect(popurl(2). "cust_main_county-expand.cgi?". $cgi->query_string ); myexit();