[freeside-commits] freeside/httemplate/pref pref-process.html, 1.4.2.1, 1.4.2.2

Ivan,,, ivan at wavetail.420.am
Thu Sep 20 17:42:51 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail:/tmp/cvs-serv25254

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	pref-process.html 
Log Message:
backport fix from HEAD allowing - in preference email addresses

Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- pref-process.html	21 Mar 2007 01:35:32 -0000	1.4.2.1
+++ pref-process.html	21 Sep 2007 00:42:49 -0000	1.4.2.2
@@ -33,7 +33,7 @@
 %                   );
 %
 % foreach (@paramlist) {
-%   scalar($cgi->param($_)) =~ /^[,.\@\w]*$/ && next;
+%   scalar($cgi->param($_)) =~ /^[,.\-\@\w]*$/ && next;
 %   $error ||= "Illegal value for parameter $_";
 %   last;
 % }



More information about the freeside-commits mailing list