[freeside-commits] branch FREESIDE_3_BRANCH updated. 9c551cae067199cf05bfd84857b3d09ba3337126

Ivan ivan at 420.am
Tue Sep 2 08:42:21 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  9c551cae067199cf05bfd84857b3d09ba3337126 (commit)
      from  d979d53c0a6fdec99bfd3bf9c6b246b14c101507 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9c551cae067199cf05bfd84857b3d09ba3337126
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Sep 2 08:42:20 2014 -0700

    allow - in user pref email, RT#30664

diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 56cf550..3508907 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -295,7 +295,7 @@ $customer_views{'Jumbo'} = 'jumbo';
   =~ /^(\w+)$/ or die "illegal menu_position";
 my $menu_position = $1;
 ( $curuser->option('email_address') )
-  =~ /^([,\w\@.]*)$/ or die "illegal email_address";  #too late
+  =~ /^([,\w\@.\-]*)$/ or die "illegal email_address";  #too late
 my $email_address = $1;
 
 </%init>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/pref/pref.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list