[freeside-commits] freeside/httemplate/edit/process cust_main_county-expand.cgi, 1.8.2.3, 1.8.2.4

Ivan,,, ivan at wavetail.420.am
Sun Dec 28 11:08:45 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv6844/httemplate/edit/process

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_main_county-expand.cgi 
Log Message:
allow normal ut_textn strings in county expansion, RT#4496

Index: cust_main_county-expand.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main_county-expand.cgi,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -d -r1.8.2.3 -r1.8.2.4
--- cust_main_county-expand.cgi	20 Feb 2008 01:15:16 -0000	1.8.2.3
+++ cust_main_county-expand.cgi	28 Dec 2008 19:08:42 -0000	1.8.2.4
@@ -30,7 +30,7 @@
   #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();



More information about the freeside-commits mailing list