[freeside-commits] freeside/httemplate/edit/process cust_main_county-expand.cgi, 1.11, 1.12
Ivan,,,
ivan at wavetail.420.am
Sun Dec 28 11:08:43 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv6837/httemplate/edit/process
Modified Files:
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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cust_main_county-expand.cgi 20 Feb 2008 01:10:32 -0000 1.11
+++ cust_main_county-expand.cgi 28 Dec 2008 19:08:41 -0000 1.12
@@ -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