[freeside-commits] branch master updated. 654cdedcfe361fc07669a5f9d1e094b8d26a4d39
Ivan
ivan at 420.am
Tue Sep 2 08:42:20 PDT 2014
The branch, master has been updated
via 654cdedcfe361fc07669a5f9d1e094b8d26a4d39 (commit)
from abb2295df3d5a81ed6482b1e18f82bf454d242e5 (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 654cdedcfe361fc07669a5f9d1e094b8d26a4d39
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 2 08:42:19 2014 -0700
allow - in user pref email, RT#30664
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 5455e42..4d6005a 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -297,7 +297,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