X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref.html;h=35089076485fde0ab986b8782a465097f9bdc3c8;hb=9c551cae067199cf05bfd84857b3d09ba3337126;hp=56cf550612e41c671bf01ab3befd54f1b3fffbfd;hpb=57e01509b9c722840218ac65de62d33ab46ea006;p=freeside.git diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 56cf55061..350890764 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;