projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3adce5
)
backport fix from HEAD allowing - in preference email addresses
author
ivan
<ivan>
Fri, 21 Sep 2007 00:42:49 +0000
(
00:42
+0000)
committer
ivan
<ivan>
Fri, 21 Sep 2007 00:42:49 +0000
(
00:42
+0000)
httemplate/pref/pref-process.html
patch
|
blob
|
history
diff --git
a/httemplate/pref/pref-process.html
b/httemplate/pref/pref-process.html
index
a5e13f0
..
7042865
100644
(file)
--- a/
httemplate/pref/pref-process.html
+++ b/
httemplate/pref/pref-process.html
@@
-33,7
+33,7
@@
% );
%
% foreach (@paramlist) {
-% scalar($cgi->param($_)) =~ /^[,.\@\w]*$/ && next;
+% scalar($cgi->param($_)) =~ /^[,.\
-\
@\w]*$/ && next;
% $error ||= "Illegal value for parameter $_";
% last;
% }