diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-09-07 10:55:19 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-07 10:55:19 -0400 |
commit | 4e00b1e784fdb369fefd538f27c1ac465e5abc9a (patch) | |
tree | 179abf54e32b90f7b9889685bdb2649b56703403 /httemplate/edit/process | |
parent | 0c9c9e95f2f32e7d55dd53f2903c21eb8ce7af6b (diff) |
RT# 75817 - fixed saving of password for new contacts, and password validation on dynamicly created rows
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index d2b037053..a3ea7ee59 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -127,7 +127,7 @@ Example: % " attempting to set redirect$session to ". $cgi->query_string."\n"; % } % -<% $cgi->redirect("$error_redirect?redirect=$session") %> +<% $cgi->redirect("$error_redirect"."redirect=$session") %> % % } else { % |